Shades of Earls Green #B2AD21
Tints of Earls Green #B2AD21
RGB
CMYK
RGB Variations
Color information
#B2AD21 (or 0xB2AD21) is known color: Earls Green. HEX triplet: B2, AD and 21. RGB value is (178,173,33). Sum of RGB (Red+Green+Blue) = 178+173+33=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AD21 is #4D52DE. Grayscale: #9F9F9F. Windows color (decimal): -5067487 or 2207154. OLE color: 2207154.
HSL color Cylindrical-coordinate representation of color #B2AD21: hue angle of 57.93º 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 #B2AD21 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 33 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.30 |
| HSL | 57.93º | 0.69% | 0.41% | - |
| HSV(B) | 57.93º | 0.81% | 0.7% | - |
| XYZ | 33.58 | 39.46 | 7.29 | - |
| YUV | 158.54 | 57.16 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 33 | 0 | 0.03 | 0.81 | 0.30 | 57.93 | 0.69 | 0.41 |
| Hex | B2 | AD | 21 | 0 | 3 | 51 | 1E | 3A | 45 | 29 |
| Octal | 262 | 255 | 41 | 0 | 3 | 121 | 36 | 72 | 105 | 51 |
| Binary | 10110010 | 10101101 | 100001 | 0 | 11 | 1010001 | 11110 | 111010 | 1000101 | 101001 |
Color Harmonies of #B2AD21
Complementary color
Monochromatic Colors of #B2AD21
Black with #B2AD21
Text Example
Text Example
White with #B2AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD21; }
p { color: rgb(178,173,33); }
H1.HeaderClassName
{
color: #B2AD21;
}
.AnyTagClassName
{
color: #B2AD21;
}
</style>
background-color css
<style>
a { background-color: #B2AD21; }
a { background-color: rgb(178,173,33); }
div.DivClassName
{
background-color: #B2AD21;
}
.BgClassName
{
background-color: #B2AD21;
}
</style>
border-color css
<style>
span { border-color: #B2AD21; }
span { border-color: rgb(178,173,33); }
td.TdClassName
{
border-color: #B2AD21;
}
.TagClassName
{
border-color: #B2AD21;
}
</style>