Shades of Earls Green #B5B32F
Tints of Earls Green #B5B32F
RGB
CMYK
RGB Variations
Color information
#B5B32F (or 0xB5B32F) is known color: Earls Green. HEX triplet: B5, B3 and 2F. RGB value is (181,179,47). Sum of RGB (Red+Green+Blue) = 181+179+47=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B32F is #4A4CD0. Grayscale: #A5A5A5. Windows color (decimal): -4869329 or 3126197. OLE color: 3126197.
HSL color Cylindrical-coordinate representation of color #B5B32F: hue angle of 59.1º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5B32F is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 179 | 47 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.29 |
| HSL | 59.1º | 0.59% | 0.45% | - |
| HSV(B) | 59.1º | 0.74% | 0.71% | - |
| XYZ | 35.69 | 42.27 | 8.97 | - |
| YUV | 164.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 47 | 0 | 0.01 | 0.74 | 0.29 | 59.1 | 0.59 | 0.45 |
| Hex | B5 | B3 | 2F | 0 | 1 | 4A | 1D | 3B | 3B | 2D |
| Octal | 265 | 263 | 57 | 0 | 1 | 112 | 35 | 73 | 73 | 55 |
| Binary | 10110101 | 10110011 | 101111 | 0 | 1 | 1001010 | 11101 | 111011 | 111011 | 101101 |
Color Harmonies of #B5B32F
Complementary color
Monochromatic Colors of #B5B32F
Black with #B5B32F
Text Example
Text Example
White with #B5B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B32F; }
p { color: rgb(181,179,47); }
H1.HeaderClassName
{
color: #B5B32F;
}
.AnyTagClassName
{
color: #B5B32F;
}
</style>
background-color css
<style>
a { background-color: #B5B32F; }
a { background-color: rgb(181,179,47); }
div.DivClassName
{
background-color: #B5B32F;
}
.BgClassName
{
background-color: #B5B32F;
}
</style>
border-color css
<style>
span { border-color: #B5B32F; }
span { border-color: rgb(181,179,47); }
td.TdClassName
{
border-color: #B5B32F;
}
.TagClassName
{
border-color: #B5B32F;
}
</style>