#B4A813

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

Shades of Earls Green #B4A813

Tints of Earls Green #B4A813

Color information

#B4A813 (or 0xB4A813) is unknown color: approx Earls Green. HEX triplet: B4, A8 and 13. RGB value is (180,168,19). Sum of RGB (Red+Green+Blue) = 180+168+19=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A813 is #4B57EC. Grayscale: #9B9B9B. Windows color (decimal): -4937709 or 1288372. OLE color: 1288372.

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

Color convert

RGB18016819-
CMYK00.070.890.29
HSL55.53º80.9%39.02%-
HSV(B)55.53º89.44%70.59%-
XYZ32.9437.766.17-
YUV154.651.48146.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 168 (66.02% from 255) = 45.78%
BLUE value IS 19 (7.81% from 255) = 5.18%
R=49.05%
G=45.78%
B=5.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801681900.070.890.2955.5380.939.02
HexB4A81307591D385127
Octal2642502307131357012147
Binary10110100101010001001101111011001111011110001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A813; }

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

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

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

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

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

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

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

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