#B4A224

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

Shades of Earls Green #B4A224

Tints of Earls Green #B4A224

Color information

#B4A224 (or 0xB4A224) is unknown color: approx Earls Green. HEX triplet: B4, A2 and 24. RGB value is (180,162,36). Sum of RGB (Red+Green+Blue) = 180+162+36=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A224 is #4B5DDB. Grayscale: #999999. Windows color (decimal): -4939228 or 2400948. OLE color: 2400948.

HSL color Cylindrical-coordinate representation of color #B4A224: hue angle of 52.5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4A224 is Cyan = 0, Magento = 0.1, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB18016236-
CMYK00.10.80.29
HSL52.5º66.67%42.35%-
HSV(B)52.5º80%70.59%-
XYZ32.0635.676.86-
YUV153.0261.96147.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 162 (63.67% from 255) = 42.86%
BLUE value IS 36 (14.45% from 255) = 9.52%
R=47.62%
G=42.86%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.8
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801623600.10.80.2952.566.6742.35
HexB4A2240A501D34432a
Octal26424244012120356410352
Binary1011010010100010100100010101010000111011101001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A224; }

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

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

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

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

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

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

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

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