Shades of Earls Green #B1AD21
Tints of Earls Green #B1AD21
RGB
CMYK
RGB Variations
Color information
#B1AD21 (or 0xB1AD21) is known color: Earls Green. HEX triplet: B1, AD and 21. RGB value is (177,173,33). Sum of RGB (Red+Green+Blue) = 177+173+33=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AD21 is #4E52DE. Grayscale: #9E9E9E. Windows color (decimal): -5133023 or 2207153. OLE color: 2207153.
HSL color Cylindrical-coordinate representation of color #B1AD21: hue angle of 58.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1AD21 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 173 | 33 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.31 |
| HSL | 58.33º | 0.69% | 0.41% | - |
| HSV(B) | 58.33º | 0.81% | 0.69% | - |
| XYZ | 33.35 | 39.34 | 7.28 | - |
| YUV | 158.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 33 | 0 | 0.02 | 0.81 | 0.31 | 58.33 | 0.69 | 0.41 |
| Hex | B1 | AD | 21 | 0 | 2 | 51 | 1F | 3A | 45 | 29 |
| Octal | 261 | 255 | 41 | 0 | 2 | 121 | 37 | 72 | 105 | 51 |
| Binary | 10110001 | 10101101 | 100001 | 0 | 10 | 1010001 | 11111 | 111010 | 1000101 | 101001 |
Color Harmonies of #B1AD21
Complementary color
Monochromatic Colors of #B1AD21
Black with #B1AD21
Text Example
Text Example
White with #B1AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AD21; }
p { color: rgb(177,173,33); }
H1.HeaderClassName
{
color: #B1AD21;
}
.AnyTagClassName
{
color: #B1AD21;
}
</style>
background-color css
<style>
a { background-color: #B1AD21; }
a { background-color: rgb(177,173,33); }
div.DivClassName
{
background-color: #B1AD21;
}
.BgClassName
{
background-color: #B1AD21;
}
</style>
border-color css
<style>
span { border-color: #B1AD21; }
span { border-color: rgb(177,173,33); }
td.TdClassName
{
border-color: #B1AD21;
}
.TagClassName
{
border-color: #B1AD21;
}
</style>