#B1AA0C

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

Shades of Earls Green #B1AA0C

Tints of Earls Green #B1AA0C

Color information

#B1AA0C (or 0xB1AA0C) is unknown color: approx Earls Green. HEX triplet: B1, AA and 0C. RGB value is (177,170,12). Sum of RGB (Red+Green+Blue) = 177+170+12=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AA0C is #4E55F3. Grayscale: #9A9A9A. Windows color (decimal): -5133812 or 830129. OLE color: 830129.

HSL color Cylindrical-coordinate representation of color #B1AA0C: hue angle of 57.45º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1AA0C is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB17717012-
CMYK00.040.930.31
HSL57.45º87.3%37.06%-
HSV(B)57.45º93.22%69.41%-
XYZ32.5738.125.99-
YUV154.0847.82144.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.30%
GREEN value IS 170 (66.80% from 255) = 47.35%
BLUE value IS 12 (5.08% from 255) = 3.34%
R=49.30%
G=47.35%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771701200.040.930.3157.4587.337.06
HexB1AAC045D1F395725
Octal2612521404135377112745
Binary1011000110101010110001001011101111111110011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA0C; }

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

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

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

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

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

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

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

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