#B9A719

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

Shades of Earls Green #B9A719

Tints of Earls Green #B9A719

Color information

#B9A719 (or 0xB9A719) is unknown color: approx Earls Green. HEX triplet: B9, A7 and 19. RGB value is (185,167,25). Sum of RGB (Red+Green+Blue) = 185+167+25=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A719 is #4658E6. Grayscale: #9C9C9C. Windows color (decimal): -4610279 or 1681337. OLE color: 1681337.

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

Color convert

RGB18516725-
CMYK00.100.860.27
HSL53.25º76.19%41.18%-
HSV(B)53.25º86.49%72.55%-
XYZ3438.026.47-
YUV156.1953.96148.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.07%
GREEN value IS 167 (65.62% from 255) = 44.30%
BLUE value IS 25 (10.16% from 255) = 6.63%
R=49.07%
G=44.30%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851672500.100.860.2753.2576.1941.18
HexB9A7190A561B354c29
Octal27124731012126336511451
Binary101110011010011111001010101010110110111101011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A719; }

 p { color: rgb(185,167,25); }

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

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

 a { background-color: rgb(185,167,25); }

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

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

 span { border-color: rgb(185,167,25); }

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