#B9A52B

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

Shades of Earls Green #B9A52B

Tints of Earls Green #B9A52B

Color information

#B9A52B (or 0xB9A52B) is unknown color: approx Earls Green. HEX triplet: B9, A5 and 2B. RGB value is (185,165,43). Sum of RGB (Red+Green+Blue) = 185+165+43=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A52B is #465AD4. Grayscale: #9D9D9D. Windows color (decimal): -4610773 or 2860473. OLE color: 2860473.

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

Color convert

RGB18516543-
CMYK00.110.770.27
HSL51.55º62.28%44.71%-
HSV(B)51.55º76.76%72.55%-
XYZ33.937.47.72-
YUV157.0763.63147.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 165 (64.84% from 255) = 41.98%
BLUE value IS 43 (17.19% from 255) = 10.94%
R=47.07%
G=41.98%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851654300.110.770.2751.5562.2844.71
HexB9A52B0B4D1B343e2d
Octal2712455301311533647655
Binary101110011010010110101101011100110111011110100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A52B; }

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

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

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

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

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

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

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

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