#B9A82D

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

Shades of Earls Green #B9A82D

Tints of Earls Green #B9A82D

Color information

#B9A82D (or 0xB9A82D) is unknown color: approx Earls Green. HEX triplet: B9, A8 and 2D. RGB value is (185,168,45). Sum of RGB (Red+Green+Blue) = 185+168+45=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A82D is #4657D2. Grayscale: #9F9F9F. Windows color (decimal): -4610003 or 2992313. OLE color: 2992313.

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

Color convert

RGB18516845-
CMYK00.090.760.27
HSL52.71º60.87%45.1%-
HSV(B)52.71º75.68%72.55%-
XYZ34.4838.518.1-
YUV159.0663.63146.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 168 (66.02% from 255) = 42.21%
BLUE value IS 45 (17.97% from 255) = 11.31%
R=46.48%
G=42.21%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851684500.090.760.2752.7160.8745.1
HexB9A82D094C1B353d2d
Octal2712505501111433657555
Binary101110011010100010110101001100110011011110101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A82D; }

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

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

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

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

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

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

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

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