#B1AD20

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

Shades of Earls Green #B1AD20

Tints of Earls Green #B1AD20

Color information

#B1AD20 (or 0xB1AD20) is unknown color: approx Earls Green. HEX triplet: B1, AD and 20. RGB value is (177,173,32). Sum of RGB (Red+Green+Blue) = 177+173+32=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AD20 is #4E52DF. Grayscale: #9E9E9E. Windows color (decimal): -5133024 or 2141617. OLE color: 2141617.

HSL color Cylindrical-coordinate representation of color #B1AD20: hue angle of 58.34º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1AD20 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17717332-
CMYK00.020.820.31
HSL58.34º69.38%40.98%-
HSV(B)58.34º81.92%69.41%-
XYZ33.3439.347.2-
YUV158.1256.83141.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 173 (67.97% from 255) = 45.29%
BLUE value IS 32 (12.89% from 255) = 8.38%
R=46.34%
G=45.29%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771733200.020.820.3158.3469.3840.98
HexB1AD2002521F3a4529
Octal2612554002122377210551
Binary10110001101011011000000101010010111111110101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD20; }

 p { color: rgb(177,173,32); }

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

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

 a { background-color: rgb(177,173,32); }

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

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

 span { border-color: rgb(177,173,32); }

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