#B9A62B

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

Shades of Earls Green #B9A62B

Tints of Earls Green #B9A62B

Color information

#B9A62B (or 0xB9A62B) is unknown color: approx Earls Green. HEX triplet: B9, A6 and 2B. RGB value is (185,166,43). Sum of RGB (Red+Green+Blue) = 185+166+43=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A62B is #4659D4. Grayscale: #9E9E9E. Windows color (decimal): -4610517 or 2860729. OLE color: 2860729.

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

Color convert

RGB18516643-
CMYK00.100.770.27
HSL51.97º62.28%44.71%-
HSV(B)51.97º76.76%72.55%-
XYZ34.0837.767.78-
YUV157.6663.29147.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.95%
GREEN value IS 166 (65.23% from 255) = 42.13%
BLUE value IS 43 (17.19% from 255) = 10.91%
R=46.95%
G=42.13%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851664300.100.770.2751.9762.2844.71
HexB9A62B0A4D1B343e2d
Octal2712465301211533647655
Binary101110011010011010101101010100110111011110100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A62B; }

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

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

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

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

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

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

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

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