#B4A227

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

Shades of Earls Green #B4A227

Tints of Earls Green #B4A227

Color information

#B4A227 (or 0xB4A227) is unknown color: approx Earls Green. HEX triplet: B4, A2 and 27. RGB value is (180,162,39). Sum of RGB (Red+Green+Blue) = 180+162+39=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A227 is #4B5DD8. Grayscale: #999999. Windows color (decimal): -4939225 or 2597556. OLE color: 2597556.

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

Color convert

RGB18016239-
CMYK00.10.780.29
HSL52.34º64.38%42.94%-
HSV(B)52.34º78.33%70.59%-
XYZ32.1135.697.12-
YUV153.3663.46147-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 162 (63.67% from 255) = 42.52%
BLUE value IS 39 (15.62% from 255) = 10.24%
R=47.24%
G=42.52%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801623900.10.780.2952.3464.3842.94
HexB4A2270A4E1D34402b
Octal26424247012116356410053
Binary1011010010100010100111010101001110111011101001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A227; }

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

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

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

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

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

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

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

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