Shades of Earls Green #B5B32C
Tints of Earls Green #B5B32C
RGB
CMYK
RGB Variations
Color information
#B5B32C (or 0xB5B32C) is known color: Earls Green. HEX triplet: B5, B3 and 2C. RGB value is (181,179,44). Sum of RGB (Red+Green+Blue) = 181+179+44=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B32C is #4A4CD3. Grayscale: #A4A4A4. Windows color (decimal): -4869332 or 2929589. OLE color: 2929589.
HSL color Cylindrical-coordinate representation of color #B5B32C: hue angle of 59.12º degrees, saturation: 0.61, 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 #B5B32C is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 179 | 44 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.29 |
| HSL | 59.12º | 0.61% | 0.44% | - |
| HSV(B) | 59.12º | 0.76% | 0.71% | - |
| XYZ | 35.63 | 42.25 | 8.66 | - |
| YUV | 164.21 | 60.16 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 44 | 0 | 0.01 | 0.76 | 0.29 | 59.12 | 0.61 | 0.44 |
| Hex | B5 | B3 | 2C | 0 | 1 | 4C | 1D | 3B | 3D | 2C |
| Octal | 265 | 263 | 54 | 0 | 1 | 114 | 35 | 73 | 75 | 54 |
| Binary | 10110101 | 10110011 | 101100 | 0 | 1 | 1001100 | 11101 | 111011 | 111101 | 101100 |
Color Harmonies of #B5B32C
Complementary color
Monochromatic Colors of #B5B32C
Black with #B5B32C
Text Example
Text Example
White with #B5B32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B32C; }
p { color: rgb(181,179,44); }
H1.HeaderClassName
{
color: #B5B32C;
}
.AnyTagClassName
{
color: #B5B32C;
}
</style>
background-color css
<style>
a { background-color: #B5B32C; }
a { background-color: rgb(181,179,44); }
div.DivClassName
{
background-color: #B5B32C;
}
.BgClassName
{
background-color: #B5B32C;
}
</style>
border-color css
<style>
span { border-color: #B5B32C; }
span { border-color: rgb(181,179,44); }
td.TdClassName
{
border-color: #B5B32C;
}
.TagClassName
{
border-color: #B5B32C;
}
</style>