#B9A614

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

Shades of Earls Green #B9A614

Tints of Earls Green #B9A614

Color information

#B9A614 (or 0xB9A614) is unknown color: approx Earls Green. HEX triplet: B9, A6 and 14. RGB value is (185,166,20). Sum of RGB (Red+Green+Blue) = 185+166+20=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A614 is #4659EB. Grayscale: #9B9B9B. Windows color (decimal): -4610540 or 1353401. OLE color: 1353401.

HSL color Cylindrical-coordinate representation of color #B9A614: hue angle of 53.09º 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 #B9A614 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB18516620-
CMYK00.100.890.27
HSL53.09º80.49%40.2%-
HSV(B)53.09º89.19%72.55%-
XYZ33.7737.646.15-
YUV155.0451.79149.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.87%
GREEN value IS 166 (65.23% from 255) = 44.74%
BLUE value IS 20 (8.20% from 255) = 5.39%
R=49.87%
G=44.74%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851662000.100.890.2753.0980.4940.2
HexB9A6140A591B355028
Octal27124624012131336512050
Binary101110011010011010100010101011001110111101011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A614; }

 p { color: rgb(185,166,20); }

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

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

 a { background-color: rgb(185,166,20); }

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

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

 span { border-color: rgb(185,166,20); }

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