Shades of Earls Green #B9B32F
Tints of Earls Green #B9B32F
RGB
CMYK
RGB Variations
Color information
#B9B32F (or 0xB9B32F) is known color: Earls Green. HEX triplet: B9, B3 and 2F. RGB value is (185,179,47). Sum of RGB (Red+Green+Blue) = 185+179+47=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B32F is #464CD0. Grayscale: #A6A6A6. Windows color (decimal): -4607185 or 3126201. OLE color: 3126201.
HSL color Cylindrical-coordinate representation of color #B9B32F: hue angle of 57.39º 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 #B9B32F is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 179 | 47 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.27 |
| HSL | 57.39º | 0.59% | 0.45% | - |
| HSV(B) | 57.39º | 0.75% | 0.73% | - |
| XYZ | 36.64 | 42.76 | 9.01 | - |
| YUV | 165.75 | 60.99 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 179 | 47 | 0 | 0.03 | 0.75 | 0.27 | 57.39 | 0.59 | 0.45 |
| Hex | B9 | B3 | 2F | 0 | 3 | 4B | 1B | 39 | 3B | 2D |
| Octal | 271 | 263 | 57 | 0 | 3 | 113 | 33 | 71 | 73 | 55 |
| Binary | 10111001 | 10110011 | 101111 | 0 | 11 | 1001011 | 11011 | 111001 | 111011 | 101101 |
Color Harmonies of #B9B32F
Complementary color
Monochromatic Colors of #B9B32F
Black with #B9B32F
Text Example
Text Example
White with #B9B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B32F; }
p { color: rgb(185,179,47); }
H1.HeaderClassName
{
color: #B9B32F;
}
.AnyTagClassName
{
color: #B9B32F;
}
</style>
background-color css
<style>
a { background-color: #B9B32F; }
a { background-color: rgb(185,179,47); }
div.DivClassName
{
background-color: #B9B32F;
}
.BgClassName
{
background-color: #B9B32F;
}
</style>
border-color css
<style>
span { border-color: #B9B32F; }
span { border-color: rgb(185,179,47); }
td.TdClassName
{
border-color: #B9B32F;
}
.TagClassName
{
border-color: #B9B32F;
}
</style>