#B9A815

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

Shades of Earls Green #B9A815

Tints of Earls Green #B9A815

Color information

#B9A815 (or 0xB9A815) is unknown color: approx Earls Green. HEX triplet: B9, A8 and 15. RGB value is (185,168,21). Sum of RGB (Red+Green+Blue) = 185+168+21=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A815 is #4657EA. Grayscale: #9C9C9C. Windows color (decimal): -4610027 or 1419449. OLE color: 1419449.

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

Color convert

RGB18516821-
CMYK00.090.890.27
HSL53.78º79.61%40.39%-
HSV(B)53.78º88.65%72.55%-
XYZ34.1538.376.32-
YUV156.3251.63148.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 168 (66.02% from 255) = 44.92%
BLUE value IS 21 (8.59% from 255) = 5.61%
R=49.47%
G=44.92%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851682100.090.890.2753.7879.6140.39
HexB9A81509591B365028
Octal27125025011131336612050
Binary101110011010100010101010011011001110111101101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A815; }

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

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

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

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

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

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

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

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