#B4A223

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

Shades of Earls Green #B4A223

Tints of Earls Green #B4A223

Color information

#B4A223 (or 0xB4A223) is unknown color: approx Earls Green. HEX triplet: B4, A2 and 23. RGB value is (180,162,35). Sum of RGB (Red+Green+Blue) = 180+162+35=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A223 is #4B5DDC. Grayscale: #999999. Windows color (decimal): -4939229 or 2335412. OLE color: 2335412.

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

Color convert

RGB18016235-
CMYK00.10.810.29
HSL52.55º67.44%42.16%-
HSV(B)52.55º80.56%70.59%-
XYZ32.0535.676.79-
YUV152.961.46147.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 162 (63.67% from 255) = 42.97%
BLUE value IS 35 (14.06% from 255) = 9.28%
R=47.75%
G=42.97%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801623500.10.810.2952.5567.4442.16
HexB4A2230A511D35432a
Octal26424243012121356510352
Binary1011010010100010100011010101010001111011101011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A223; }

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

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

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

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

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

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

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

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