#B4A627

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

Shades of Earls Green #B4A627

Tints of Earls Green #B4A627

Color information

#B4A627 (or 0xB4A627) is unknown color: approx Earls Green. HEX triplet: B4, A6 and 27. RGB value is (180,166,39). Sum of RGB (Red+Green+Blue) = 180+166+39=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A627 is #4B59D8. Grayscale: #9C9C9C. Windows color (decimal): -4938201 or 2598580. OLE color: 2598580.

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

Color convert

RGB18016639-
CMYK00.080.780.29
HSL54.04º64.38%42.94%-
HSV(B)54.04º78.33%70.59%-
XYZ32.8237.127.35-
YUV155.7162.14145.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 166 (65.23% from 255) = 43.12%
BLUE value IS 39 (15.62% from 255) = 10.13%
R=46.75%
G=43.12%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801663900.080.780.2954.0464.3842.94
HexB4A627084E1D36402b
Octal26424647010116356610053
Binary1011010010100110100111010001001110111011101101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A627; }

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

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

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

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

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

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

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

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