#B9A92D

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

Shades of Earls Green #B9A92D

Tints of Earls Green #B9A92D

Color information

#B9A92D (or 0xB9A92D) is unknown color: approx Earls Green. HEX triplet: B9, A9 and 2D. RGB value is (185,169,45). Sum of RGB (Red+Green+Blue) = 185+169+45=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A92D is #4656D2. Grayscale: #A0A0A0. Windows color (decimal): -4609747 or 2992569. OLE color: 2992569.

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

Color convert

RGB18516945-
CMYK00.090.760.27
HSL53.14º60.87%45.1%-
HSV(B)53.14º75.68%72.55%-
XYZ34.6738.888.16-
YUV159.6563.3146.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 169 (66.41% from 255) = 42.36%
BLUE value IS 45 (17.97% from 255) = 11.28%
R=46.37%
G=42.36%
B=11.28%

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
Decimal1851694500.090.760.2753.1460.8745.1
HexB9A92D094C1B353d2d
Octal2712515501111433657555
Binary101110011010100110110101001100110011011110101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A92D; }

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

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

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

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

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

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

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

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