#B1A224

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

Shades of Earls Green #B1A224

Tints of Earls Green #B1A224

Color information

#B1A224 (or 0xB1A224) is unknown color: approx Earls Green. HEX triplet: B1, A2 and 24. RGB value is (177,162,36). Sum of RGB (Red+Green+Blue) = 177+162+36=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 36 (14.45% from 255 or 9.6% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A224 is #4E5DDB. Grayscale: #989898. Windows color (decimal): -5135836 or 2400945. OLE color: 2400945.

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

Color convert

RGB17716236-
CMYK00.080.800.31
HSL53.62º66.2%41.76%-
HSV(B)53.62º79.66%69.41%-
XYZ31.3735.326.83-
YUV152.1262.47145.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 162 (63.67% from 255) = 43.2%
BLUE value IS 36 (14.45% from 255) = 9.6%
R=47.2%
G=43.2%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771623600.080.800.3153.6266.241.76
HexB1A22408501F36422a
Octal26124244010120376610252
Binary1011000110100010100100010001010000111111101101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A224; }

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

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

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

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

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

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

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

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