#B1AA17

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

Shades of Earls Green #B1AA17

Tints of Earls Green #B1AA17

Color information

#B1AA17 (or 0xB1AA17) is unknown color: approx Earls Green. HEX triplet: B1, AA and 17. RGB value is (177,170,23). Sum of RGB (Red+Green+Blue) = 177+170+23=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AA17 is #4E55E8. Grayscale: #9B9B9B. Windows color (decimal): -5133801 or 1551025. OLE color: 1551025.

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

Color convert

RGB17717023-
CMYK00.040.870.31
HSL57.27º77%39.22%-
HSV(B)57.27º87.01%69.41%-
XYZ32.6638.166.45-
YUV155.3353.32143.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 170 (66.80% from 255) = 45.95%
BLUE value IS 23 (9.38% from 255) = 6.22%
R=47.84%
G=45.95%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771702300.040.870.3157.277739.22
HexB1AA1704571F394d27
Octal2612522704127377111547
Binary10110001101010101011101001010111111111110011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA17; }

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

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

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

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

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

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

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

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