#B9A82A

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

Shades of Earls Green #B9A82A

Tints of Earls Green #B9A82A

Color information

#B9A82A (or 0xB9A82A) is unknown color: approx Earls Green. HEX triplet: B9, A8 and 2A. RGB value is (185,168,42). Sum of RGB (Red+Green+Blue) = 185+168+42=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A82A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A82A is #4657D5. Grayscale: #9F9F9F. Windows color (decimal): -4610006 or 2795705. OLE color: 2795705.

HSL color Cylindrical-coordinate representation of color #B9A82A: hue angle of 52.87º degrees, saturation: 0.63, 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 #B9A82A is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18516842-
CMYK00.090.770.27
HSL52.87º63%44.51%-
HSV(B)52.87º77.3%72.55%-
XYZ34.4338.497.8-
YUV158.7262.13146.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 168 (66.02% from 255) = 42.53%
BLUE value IS 42 (16.80% from 255) = 10.63%
R=46.84%
G=42.53%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851684200.090.770.2752.876344.51
HexB9A82A094D1B353f2d
Octal2712505201111533657755
Binary101110011010100010101001001100110111011110101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A82A; }

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

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

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

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

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

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

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

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