#B9B52D

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

Shades of Earls Green #B9B52D

Tints of Earls Green #B9B52D

Color information

#B9B52D (or 0xB9B52D) is unknown color: approx Earls Green. HEX triplet: B9, B5 and 2D. RGB value is (185,181,45). Sum of RGB (Red+Green+Blue) = 185+181+45=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B52D is #464AD2. Grayscale: #A7A7A7. Windows color (decimal): -4606675 or 2995641. OLE color: 2995641.

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

Color convert

RGB18518145-
CMYK00.020.760.27
HSL58.29º60.87%45.1%-
HSV(B)58.29º75.68%72.55%-
XYZ37.0143.558.94-
YUV166.6959.33141.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 181 (71.09% from 255) = 44.04%
BLUE value IS 45 (17.97% from 255) = 10.95%
R=45.01%
G=44.04%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851814500.020.760.2758.2960.8745.1
HexB9B52D024C1B3a3d2d
Octal271265550211433727555
Binary1011100110110101101101010100110011011111010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B52D; }

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

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

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

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

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

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

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

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