Shades of Earls Green #B2A921
Tints of Earls Green #B2A921
RGB
CMYK
RGB Variations
Color information
#B2A921 (or 0xB2A921) is known color: Earls Green. HEX triplet: B2, A9 and 21. RGB value is (178,169,33). Sum of RGB (Red+Green+Blue) = 178+169+33=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A921 is #4D56DE. Grayscale: #9C9C9C. Windows color (decimal): -5068511 or 2206130. OLE color: 2206130.
HSL color Cylindrical-coordinate representation of color #B2A921: hue angle of 56.28º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2A921 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 169 | 33 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.30 |
| HSL | 56.28º | 0.69% | 0.41% | - |
| HSV(B) | 56.28º | 0.81% | 0.7% | - |
| XYZ | 32.82 | 37.95 | 7.03 | - |
| YUV | 156.19 | 58.48 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 169 | 33 | 0 | 0.05 | 0.81 | 0.30 | 56.28 | 0.69 | 0.41 |
| Hex | B2 | A9 | 21 | 0 | 5 | 51 | 1E | 38 | 45 | 29 |
| Octal | 262 | 251 | 41 | 0 | 5 | 121 | 36 | 70 | 105 | 51 |
| Binary | 10110010 | 10101001 | 100001 | 0 | 101 | 1010001 | 11110 | 111000 | 1000101 | 101001 |
Color Harmonies of #B2A921
Complementary color
Monochromatic Colors of #B2A921
Black with #B2A921
Text Example
Text Example
White with #B2A921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A921; }
p { color: rgb(178,169,33); }
H1.HeaderClassName
{
color: #B2A921;
}
.AnyTagClassName
{
color: #B2A921;
}
</style>
background-color css
<style>
a { background-color: #B2A921; }
a { background-color: rgb(178,169,33); }
div.DivClassName
{
background-color: #B2A921;
}
.BgClassName
{
background-color: #B2A921;
}
</style>
border-color css
<style>
span { border-color: #B2A921; }
span { border-color: rgb(178,169,33); }
td.TdClassName
{
border-color: #B2A921;
}
.TagClassName
{
border-color: #B2A921;
}
</style>