#B9A818

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

Shades of Earls Green #B9A818

Tints of Earls Green #B9A818

Color information

#B9A818 (or 0xB9A818) is unknown color: approx Earls Green. HEX triplet: B9, A8 and 18. RGB value is (185,168,24). Sum of RGB (Red+Green+Blue) = 185+168+24=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A818 is #4657E7. Grayscale: #9D9D9D. Windows color (decimal): -4610024 or 1616057. OLE color: 1616057.

HSL color Cylindrical-coordinate representation of color #B9A818: hue angle of 53.66º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9A818 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB18516824-
CMYK00.090.870.27
HSL53.66º77.03%40.98%-
HSV(B)53.66º87.03%72.55%-
XYZ34.1838.396.47-
YUV156.6753.13148.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.07%
GREEN value IS 168 (66.02% from 255) = 44.56%
BLUE value IS 24 (9.77% from 255) = 6.37%
R=49.07%
G=44.56%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851682400.090.870.2753.6677.0340.98
HexB9A81809571B364d29
Octal27125030011127336611551
Binary101110011010100011000010011010111110111101101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A818; }

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

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

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

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

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

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

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

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