#B1AF16

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

Shades of Earls Green #B1AF16

Tints of Earls Green #B1AF16

Color information

#B1AF16 (or 0xB1AF16) is unknown color: approx Earls Green. HEX triplet: B1, AF and 16. RGB value is (177,175,22). Sum of RGB (Red+Green+Blue) = 177+175+22=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AF16 is #4E50E9. Grayscale: #9E9E9E. Windows color (decimal): -5132522 or 1486769. OLE color: 1486769.

HSL color Cylindrical-coordinate representation of color #B1AF16: hue angle of 59.23º 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 #B1AF16 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB17717522-
CMYK00.010.880.31
HSL59.23º77.89%39.02%-
HSV(B)59.23º87.57%69.41%-
XYZ33.6140.066.72-
YUV158.1651.16141.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.33%
GREEN value IS 175 (68.75% from 255) = 46.79%
BLUE value IS 22 (8.98% from 255) = 5.88%
R=47.33%
G=46.79%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771752200.010.880.3159.2377.8939.02
HexB1AF1601581F3b4e27
Octal2612572601130377311647
Binary101100011010111110110011011000111111110111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF16; }

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

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

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

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

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

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

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

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