Shades of Earls Green #B8A832
Tints of Earls Green #B8A832
RGB
CMYK
RGB Variations
Color information
#B8A832 (or 0xB8A832) is known color: Earls Green. HEX triplet: B8, A8 and 32. RGB value is (184,168,50). Sum of RGB (Red+Green+Blue) = 184+168+50=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A832 is #4757CD. Grayscale: #9F9F9F. Windows color (decimal): -4675534 or 3319992. OLE color: 3319992.
HSL color Cylindrical-coordinate representation of color #B8A832: hue angle of 52.84º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8A832 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 168 | 50 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.28 |
| HSL | 52.84º | 0.57% | 0.46% | - |
| HSV(B) | 52.84º | 0.73% | 0.72% | - |
| XYZ | 34.35 | 38.43 | 8.62 | - |
| YUV | 159.33 | 66.3 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 50 | 0 | 0.09 | 0.73 | 0.28 | 52.84 | 0.57 | 0.46 |
| Hex | B8 | A8 | 32 | 0 | 9 | 49 | 1C | 35 | 39 | 2E |
| Octal | 270 | 250 | 62 | 0 | 11 | 111 | 34 | 65 | 71 | 56 |
| Binary | 10111000 | 10101000 | 110010 | 0 | 1001 | 1001001 | 11100 | 110101 | 111001 | 101110 |
Color Harmonies of #B8A832
Complementary color
Monochromatic Colors of #B8A832
Black with #B8A832
Text Example
Text Example
White with #B8A832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A832; }
p { color: rgb(184,168,50); }
H1.HeaderClassName
{
color: #B8A832;
}
.AnyTagClassName
{
color: #B8A832;
}
</style>
background-color css
<style>
a { background-color: #B8A832; }
a { background-color: rgb(184,168,50); }
div.DivClassName
{
background-color: #B8A832;
}
.BgClassName
{
background-color: #B8A832;
}
</style>
border-color css
<style>
span { border-color: #B8A832; }
span { border-color: rgb(184,168,50); }
td.TdClassName
{
border-color: #B8A832;
}
.TagClassName
{
border-color: #B8A832;
}
</style>