#B9A531

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

Shades of Earls Green #B9A531

Tints of Earls Green #B9A531

Color information

#B9A531 (or 0xB9A531) is unknown color: approx Earls Green. HEX triplet: B9, A5 and 31. RGB value is (185,165,49). Sum of RGB (Red+Green+Blue) = 185+165+49=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A531 is #465ACE. Grayscale: #9E9E9E. Windows color (decimal): -4610767 or 3253689. OLE color: 3253689.

HSL color Cylindrical-coordinate representation of color #B9A531: hue angle of 51.18º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9A531 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18516549-
CMYK00.110.740.27
HSL51.18º58.12%45.88%-
HSV(B)51.18º73.51%72.55%-
XYZ34.0237.458.34-
YUV157.7666.63147.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 165 (64.84% from 255) = 41.35%
BLUE value IS 49 (19.53% from 255) = 12.28%
R=46.37%
G=41.35%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851654900.110.740.2751.1858.1245.88
HexB9A5310B4A1B333a2e
Octal2712456101311233637256
Binary101110011010010111000101011100101011011110011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A531; }

 p { color: rgb(185,165,49); }

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

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

 a { background-color: rgb(185,165,49); }

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

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

 span { border-color: rgb(185,165,49); }

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