#084C20

Color #084C20 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #084C20

Tints of British Racing Green #084C20

Color information

#084C20 (or 0x084C20) is unknown color: approx British Racing Green. HEX triplet: 08, 4C and 20. RGB value is (8,76,32). Sum of RGB (Red+Green+Blue) = 8+76+32=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 76 (30.08% from 255 or 65.52% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 76 - color contains mainly: green. Hex color #084C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C20 is #F7B3DF. Grayscale: #323232. Windows color (decimal): -16233440 or 2116616. OLE color: 2116616.

HSL color Cylindrical-coordinate representation of color #084C20: hue angle of 141.18º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084C20 is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB87632-
CMYK0.8900.580.70
HSL141.18º80.95%16.47%-
HSV(B)141.18º89.47%29.8%-
XYZ2.955.322.24-
YUV50.65117.4797.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 76 (30.08% from 255) = 65.52%
BLUE value IS 32 (12.89% from 255) = 27.59%
R=6.90%
G=65.52%
B=27.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal876320.8900.580.70141.1880.9516.47
Hex84C205903A468d5110
Octal101144013107210621512120
Binary1000100110010000010110010111010100011010001101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084C20; }

 p { color: rgb(8,76,32); }

 H1.HeaderClassName
 {
   color: #084C20;
 }
 .AnyTagClassName
 {
   color: #084C20;
 }
</style>
background-color css

<style>
 a { background-color: #084C20; }

 a { background-color: rgb(8,76,32); }

 div.DivClassName
 {
   background-color: #084C20;
 }
 .BgClassName
 {
   background-color: #084C20;
 }
</style>
border-color css

<style>
 span { border-color: #084C20; }

 span { border-color: rgb(8,76,32); }

 td.TdClassName
 {
   border-color: #084C20;
 }
 .TagClassName
 {
   border-color: #084C20;
 }
</style>