#B1A024

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

Shades of Earls Green #B1A024

Tints of Earls Green #B1A024

Color information

#B1A024 (or 0xB1A024) is unknown color: approx Earls Green. HEX triplet: B1, A0 and 24. RGB value is (177,160,36). Sum of RGB (Red+Green+Blue) = 177+160+36=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A024 is #4E5FDB. Grayscale: #979797. Windows color (decimal): -5136348 or 2400433. OLE color: 2400433.

HSL color Cylindrical-coordinate representation of color #B1A024: hue angle of 52.77º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1A024 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB17716036-
CMYK00.100.800.31
HSL52.77º66.2%41.76%-
HSV(B)52.77º79.66%69.41%-
XYZ31.0234.626.72-
YUV150.9563.13146.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 160 (62.89% from 255) = 42.90%
BLUE value IS 36 (14.45% from 255) = 9.65%
R=47.45%
G=42.90%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771603600.100.800.3152.7766.241.76
HexB1A0240A501F35422a
Octal26124044012120376510252
Binary1011000110100000100100010101010000111111101011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A024; }

 p { color: rgb(177,160,36); }

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

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

 a { background-color: rgb(177,160,36); }

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

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

 span { border-color: rgb(177,160,36); }

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