#084C33

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

Shades of British Racing Green #084C33

Tints of British Racing Green #084C33

Color information

#084C33 (or 0x084C33) is unknown color: approx British Racing Green. HEX triplet: 08, 4C and 33. RGB value is (8,76,51). Sum of RGB (Red+Green+Blue) = 8+76+51=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 76 (30.08% from 255 or 56.30% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 76 - color contains mainly: green. Hex color #084C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C33 is #F7B3CC. Grayscale: #343434. Windows color (decimal): -16233421 or 3361800. OLE color: 3361800.

HSL color Cylindrical-coordinate representation of color #084C33: hue angle of 157.94º 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 #084C33 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.70.

Color convert

RGB87651-
CMYK0.8900.330.70
HSL157.94º80.95%16.47%-
HSV(B)157.94º89.47%29.8%-
XYZ3.285.464.01-
YUV52.82126.9796.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.93%
GREEN value IS 76 (30.08% from 255) = 56.30%
BLUE value IS 51 (20.31% from 255) = 37.78%
R=5.93%
G=56.30%
B=37.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal876510.8900.330.70157.9480.9516.47
Hex84C3359021469e5110
Octal101146313104110623612120
Binary1000100110011001110110010100001100011010011110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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