#B4A818

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

Shades of Earls Green #B4A818

Tints of Earls Green #B4A818

Color information

#B4A818 (or 0xB4A818) is unknown color: approx Earls Green. HEX triplet: B4, A8 and 18. RGB value is (180,168,24). Sum of RGB (Red+Green+Blue) = 180+168+24=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A818 is #4B57E7. Grayscale: #9B9B9B. Windows color (decimal): -4937704 or 1616052. OLE color: 1616052.

HSL color Cylindrical-coordinate representation of color #B4A818: hue angle of 55.38º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B4A818 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB18016824-
CMYK00.070.870.29
HSL55.38º76.47%40%-
HSV(B)55.38º86.67%70.59%-
XYZ32.9937.776.42-
YUV155.1753.98145.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 168 (66.02% from 255) = 45.16%
BLUE value IS 24 (9.77% from 255) = 6.45%
R=48.39%
G=45.16%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801682400.070.870.2955.3876.4740
HexB4A81807571D374c28
Octal2642503007127356711450
Binary10110100101010001100001111010111111011101111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A818; }

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

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

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

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

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

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

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

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