Shades of Earls Green #B5B32B
Tints of Earls Green #B5B32B
RGB
CMYK
RGB Variations
Color information
#B5B32B (or 0xB5B32B) is known color: Earls Green. HEX triplet: B5, B3 and 2B. RGB value is (181,179,43). Sum of RGB (Red+Green+Blue) = 181+179+43=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 43 (17.19% from 255 or 10.67% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B32B is #4A4CD4. Grayscale: #A4A4A4. Windows color (decimal): -4869333 or 2864053. OLE color: 2864053.
HSL color Cylindrical-coordinate representation of color #B5B32B: hue angle of 59.13º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5B32B is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 179 | 43 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.29 |
| HSL | 59.13º | 0.62% | 0.44% | - |
| HSV(B) | 59.13º | 0.76% | 0.71% | - |
| XYZ | 35.61 | 42.24 | 8.56 | - |
| YUV | 164.09 | 59.66 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 43 | 0 | 0.01 | 0.76 | 0.29 | 59.13 | 0.62 | 0.44 |
| Hex | B5 | B3 | 2B | 0 | 1 | 4C | 1D | 3B | 3E | 2C |
| Octal | 265 | 263 | 53 | 0 | 1 | 114 | 35 | 73 | 76 | 54 |
| Binary | 10110101 | 10110011 | 101011 | 0 | 1 | 1001100 | 11101 | 111011 | 111110 | 101100 |
Color Harmonies of #B5B32B
Complementary color
Monochromatic Colors of #B5B32B
Black with #B5B32B
Text Example
Text Example
White with #B5B32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B32B; }
p { color: rgb(181,179,43); }
H1.HeaderClassName
{
color: #B5B32B;
}
.AnyTagClassName
{
color: #B5B32B;
}
</style>
background-color css
<style>
a { background-color: #B5B32B; }
a { background-color: rgb(181,179,43); }
div.DivClassName
{
background-color: #B5B32B;
}
.BgClassName
{
background-color: #B5B32B;
}
</style>
border-color css
<style>
span { border-color: #B5B32B; }
span { border-color: rgb(181,179,43); }
td.TdClassName
{
border-color: #B5B32B;
}
.TagClassName
{
border-color: #B5B32B;
}
</style>