Shades of Earls Green #B8A821
Tints of Earls Green #B8A821
RGB
CMYK
RGB Variations
Color information
#B8A821 (or 0xB8A821) is known color: Earls Green. HEX triplet: B8, A8 and 21. RGB value is (184,168,33). Sum of RGB (Red+Green+Blue) = 184+168+33=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A821 is #4757DE. Grayscale: #9D9D9D. Windows color (decimal): -4675551 or 2205880. OLE color: 2205880.
HSL color Cylindrical-coordinate representation of color #B8A821: hue angle of 53.64º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8A821 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 168 | 33 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.28 |
| HSL | 53.64º | 0.7% | 0.43% | - |
| HSV(B) | 53.64º | 0.82% | 0.72% | - |
| XYZ | 34.04 | 38.31 | 7.04 | - |
| YUV | 157.39 | 57.8 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 33 | 0 | 0.09 | 0.82 | 0.28 | 53.64 | 0.7 | 0.43 |
| Hex | B8 | A8 | 21 | 0 | 9 | 52 | 1C | 36 | 46 | 2B |
| Octal | 270 | 250 | 41 | 0 | 11 | 122 | 34 | 66 | 106 | 53 |
| Binary | 10111000 | 10101000 | 100001 | 0 | 1001 | 1010010 | 11100 | 110110 | 1000110 | 101011 |
Color Harmonies of #B8A821
Complementary color
Monochromatic Colors of #B8A821
Black with #B8A821
Text Example
Text Example
White with #B8A821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A821; }
p { color: rgb(184,168,33); }
H1.HeaderClassName
{
color: #B8A821;
}
.AnyTagClassName
{
color: #B8A821;
}
</style>
background-color css
<style>
a { background-color: #B8A821; }
a { background-color: rgb(184,168,33); }
div.DivClassName
{
background-color: #B8A821;
}
.BgClassName
{
background-color: #B8A821;
}
</style>
border-color css
<style>
span { border-color: #B8A821; }
span { border-color: rgb(184,168,33); }
td.TdClassName
{
border-color: #B8A821;
}
.TagClassName
{
border-color: #B8A821;
}
</style>