#B1AC16

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

Shades of Earls Green #B1AC16

Tints of Earls Green #B1AC16

Color information

#B1AC16 (or 0xB1AC16) is unknown color: approx Earls Green. HEX triplet: B1, AC and 16. RGB value is (177,172,22). Sum of RGB (Red+Green+Blue) = 177+172+22=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AC16 is #4E53E9. Grayscale: #9C9C9C. Windows color (decimal): -5133290 or 1486001. OLE color: 1486001.

HSL color Cylindrical-coordinate representation of color #B1AC16: hue angle of 58.06º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1AC16 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB17717222-
CMYK00.030.880.31
HSL58.06º77.89%39.02%-
HSV(B)58.06º87.57%69.41%-
XYZ33.0338.916.53-
YUV156.452.16142.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 172 (67.58% from 255) = 46.36%
BLUE value IS 22 (8.98% from 255) = 5.93%
R=47.71%
G=46.36%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771722200.030.880.3158.0677.8939.02
HexB1AC1603581F3a4e27
Octal2612542603130377211647
Binary1011000110101100101100111011000111111110101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC16; }

 p { color: rgb(177,172,22); }

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

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

 a { background-color: rgb(177,172,22); }

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

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

 span { border-color: rgb(177,172,22); }

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