Shades of Earls Green #B8A121
Tints of Earls Green #B8A121
RGB
CMYK
RGB Variations
Color information
#B8A121 (or 0xB8A121) is known color: Earls Green. HEX triplet: B8, A1 and 21. RGB value is (184,161,33). Sum of RGB (Red+Green+Blue) = 184+161+33=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A121 is #475EDE. Grayscale: #999999. Windows color (decimal): -4677343 or 2204088. OLE color: 2204088.
HSL color Cylindrical-coordinate representation of color #B8A121: hue angle of 50.86º 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 #B8A121 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 161 | 33 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.28 |
| HSL | 50.86º | 0.7% | 0.43% | - |
| HSV(B) | 50.86º | 0.82% | 0.72% | - |
| XYZ | 32.79 | 35.79 | 6.62 | - |
| YUV | 153.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 161 | 33 | 0 | 0.12 | 0.82 | 0.28 | 50.86 | 0.7 | 0.43 |
| Hex | B8 | A1 | 21 | 0 | C | 52 | 1C | 33 | 46 | 2B |
| Octal | 270 | 241 | 41 | 0 | 14 | 122 | 34 | 63 | 106 | 53 |
| Binary | 10111000 | 10100001 | 100001 | 0 | 1100 | 1010010 | 11100 | 110011 | 1000110 | 101011 |
Color Harmonies of #B8A121
Complementary color
Monochromatic Colors of #B8A121
Black with #B8A121
Text Example
Text Example
White with #B8A121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A121; }
p { color: rgb(184,161,33); }
H1.HeaderClassName
{
color: #B8A121;
}
.AnyTagClassName
{
color: #B8A121;
}
</style>
background-color css
<style>
a { background-color: #B8A121; }
a { background-color: rgb(184,161,33); }
div.DivClassName
{
background-color: #B8A121;
}
.BgClassName
{
background-color: #B8A121;
}
</style>
border-color css
<style>
span { border-color: #B8A121; }
span { border-color: rgb(184,161,33); }
td.TdClassName
{
border-color: #B8A121;
}
.TagClassName
{
border-color: #B8A121;
}
</style>