#b4a413

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

Shades of Earls Green #B4A413

Tints of Earls Green #B4A413

Color information

#B4A413 (or 0xB4A413) is unknown color: approx Earls Green. HEX triplet: B4, A4 and 13. RGB value is (180,164,19). Sum of RGB (Red+Green+Blue) = 180+164+19=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A413 is #4B5BEC. Grayscale: #989898. Windows color (decimal): -4938733 or 1287348. OLE color: 1287348.

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

Color convert

RGB18016419-
CMYK00.090.890.29
HSL54.04º80.9%39.02%-
HSV(B)54.04º89.44%70.59%-
XYZ32.2236.35.93-
YUV152.2552.8147.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 164 (64.45% from 255) = 45.18%
BLUE value IS 19 (7.81% from 255) = 5.23%
R=49.59%
G=45.18%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801641900.090.890.2954.0480.939.02
HexB4A41309591D365127
Octal26424423011131356612147
Binary101101001010010010011010011011001111011101101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4a413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4a413; }

 p { color: rgb(180,164,19); }

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

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

 a { background-color: rgb(180,164,19); }

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

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

 span { border-color: rgb(180,164,19); }

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