Shades of Earls Green #B8B32C
Tints of Earls Green #B8B32C
RGB
CMYK
RGB Variations
Color information
#B8B32C (or 0xB8B32C) is known color: Earls Green. HEX triplet: B8, B3 and 2C. RGB value is (184,179,44). Sum of RGB (Red+Green+Blue) = 184+179+44=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B32C is #474CD3. Grayscale: #A5A5A5. Windows color (decimal): -4672724 or 2929592. OLE color: 2929592.
HSL color Cylindrical-coordinate representation of color #B8B32C: hue angle of 57.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8B32C is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 44 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.28 |
| HSL | 57.86º | 0.61% | 0.45% | - |
| HSV(B) | 57.86º | 0.76% | 0.72% | - |
| XYZ | 36.34 | 42.61 | 8.69 | - |
| YUV | 165.11 | 59.66 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 44 | 0 | 0.03 | 0.76 | 0.28 | 57.86 | 0.61 | 0.45 |
| Hex | B8 | B3 | 2C | 0 | 3 | 4C | 1C | 3A | 3D | 2D |
| Octal | 270 | 263 | 54 | 0 | 3 | 114 | 34 | 72 | 75 | 55 |
| Binary | 10111000 | 10110011 | 101100 | 0 | 11 | 1001100 | 11100 | 111010 | 111101 | 101101 |
Color Harmonies of #B8B32C
Complementary color
Monochromatic Colors of #B8B32C
Black with #B8B32C
Text Example
Text Example
White with #B8B32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B32C; }
p { color: rgb(184,179,44); }
H1.HeaderClassName
{
color: #B8B32C;
}
.AnyTagClassName
{
color: #B8B32C;
}
</style>
background-color css
<style>
a { background-color: #B8B32C; }
a { background-color: rgb(184,179,44); }
div.DivClassName
{
background-color: #B8B32C;
}
.BgClassName
{
background-color: #B8B32C;
}
</style>
border-color css
<style>
span { border-color: #B8B32C; }
span { border-color: rgb(184,179,44); }
td.TdClassName
{
border-color: #B8B32C;
}
.TagClassName
{
border-color: #B8B32C;
}
</style>