#B4A824

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

Shades of Earls Green #B4A824

Tints of Earls Green #B4A824

Color information

#B4A824 (or 0xB4A824) is unknown color: approx Earls Green. HEX triplet: B4, A8 and 24. RGB value is (180,168,36). Sum of RGB (Red+Green+Blue) = 180+168+36=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A824 is #4B57DB. Grayscale: #9D9D9D. Windows color (decimal): -4937692 or 2402484. OLE color: 2402484.

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

Color convert

RGB18016836-
CMYK00.070.80.29
HSL55º66.67%42.35%-
HSV(B)55º80%70.59%-
XYZ33.1437.847.23-
YUV156.5459.98144.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 168 (66.02% from 255) = 43.75%
BLUE value IS 36 (14.45% from 255) = 9.38%
R=46.88%
G=43.75%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.8
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801683600.070.80.295566.6742.35
HexB4A82407501D37432a
Octal2642504407120356710352
Binary101101001010100010010001111010000111011101111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A824; }

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

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

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

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

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

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

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

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