#B4AA0C

Color #B4AA0C Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #B4AA0C

Tints of Earls Green #B4AA0C

Color information

#B4AA0C (or 0xB4AA0C) is unknown color: approx Earls Green. HEX triplet: B4, AA and 0C. RGB value is (180,170,12). Sum of RGB (Red+Green+Blue) = 180+170+12=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AA0C is #4B55F3. Grayscale: #9B9B9B. Windows color (decimal): -4937204 or 830132. OLE color: 830132.

HSL color Cylindrical-coordinate representation of color #B4AA0C: hue angle of 56.43º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4AA0C is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB18017012-
CMYK00.060.930.29
HSL56.43º87.5%37.65%-
HSV(B)56.43º93.33%70.59%-
XYZ33.2638.486.02-
YUV154.9847.31145.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 170 (66.80% from 255) = 46.96%
BLUE value IS 12 (5.08% from 255) = 3.31%
R=49.72%
G=46.96%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801701200.060.930.2956.4387.537.65
HexB4AAC065D1D385826
Octal2642521406135357013046
Binary1011010010101010110001101011101111011110001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA0C; }

 p { color: rgb(180,170,12); }

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

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

 a { background-color: rgb(180,170,12); }

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

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

 span { border-color: rgb(180,170,12); }

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