#B9A62E

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

Shades of Earls Green #B9A62E

Tints of Earls Green #B9A62E

Color information

#B9A62E (or 0xB9A62E) is unknown color: approx Earls Green. HEX triplet: B9, A6 and 2E. RGB value is (185,166,46). Sum of RGB (Red+Green+Blue) = 185+166+46=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A62E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A62E is #4659D1. Grayscale: #9E9E9E. Windows color (decimal): -4610514 or 3057337. OLE color: 3057337.

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

Color convert

RGB18516646-
CMYK00.100.750.27
HSL51.8º60.17%45.29%-
HSV(B)51.8º75.14%72.55%-
XYZ34.1437.788.08-
YUV15864.79147.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 166 (65.23% from 255) = 41.81%
BLUE value IS 46 (18.36% from 255) = 11.59%
R=46.60%
G=41.81%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851664600.100.750.2751.860.1745.29
HexB9A62E0A4B1B343c2d
Octal2712465601211333647455
Binary101110011010011010111001010100101111011110100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A62E; }

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

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

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

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

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

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

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

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