#B9B52F

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

Shades of Earls Green #B9B52F

Tints of Earls Green #B9B52F

Color information

#B9B52F (or 0xB9B52F) is unknown color: approx Earls Green. HEX triplet: B9, B5 and 2F. RGB value is (185,181,47). Sum of RGB (Red+Green+Blue) = 185+181+47=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B52F is #464AD0. Grayscale: #A7A7A7. Windows color (decimal): -4606673 or 3126713. OLE color: 3126713.

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

Color convert

RGB18518147-
CMYK00.020.750.27
HSL58.26º59.48%45.49%-
HSV(B)58.26º74.59%72.55%-
XYZ37.0443.579.15-
YUV166.9260.33140.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 181 (71.09% from 255) = 43.83%
BLUE value IS 47 (18.75% from 255) = 11.38%
R=44.79%
G=43.83%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851814700.020.750.2758.2659.4845.49
HexB9B52F024B1B3a3b2d
Octal271265570211333727355
Binary1011100110110101101111010100101111011111010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B52F; }

 p { color: rgb(185,181,47); }

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

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

 a { background-color: rgb(185,181,47); }

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

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

 span { border-color: rgb(185,181,47); }

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