Shades of Earls Green #B4AF21
Tints of Earls Green #B4AF21
RGB
CMYK
RGB Variations
Color information
#B4AF21 (or 0xB4AF21) is known color: Earls Green. HEX triplet: B4, AF and 21. RGB value is (180,175,33). Sum of RGB (Red+Green+Blue) = 180+175+33=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AF21 is #4B50DE. Grayscale: #A0A0A0. Windows color (decimal): -4935903 or 2207668. OLE color: 2207668.
HSL color Cylindrical-coordinate representation of color #B4AF21: hue angle of 57.96º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B4AF21 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 175 | 33 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.29 |
| HSL | 57.96º | 0.69% | 0.42% | - |
| HSV(B) | 57.96º | 0.82% | 0.71% | - |
| XYZ | 34.43 | 40.47 | 7.44 | - |
| YUV | 160.31 | 56.16 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 175 | 33 | 0 | 0.03 | 0.82 | 0.29 | 57.96 | 0.69 | 0.42 |
| Hex | B4 | AF | 21 | 0 | 3 | 52 | 1D | 3A | 45 | 2A |
| Octal | 264 | 257 | 41 | 0 | 3 | 122 | 35 | 72 | 105 | 52 |
| Binary | 10110100 | 10101111 | 100001 | 0 | 11 | 1010010 | 11101 | 111010 | 1000101 | 101010 |
Color Harmonies of #B4AF21
Complementary color
Monochromatic Colors of #B4AF21
Black with #B4AF21
Text Example
Text Example
White with #B4AF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AF21; }
p { color: rgb(180,175,33); }
H1.HeaderClassName
{
color: #B4AF21;
}
.AnyTagClassName
{
color: #B4AF21;
}
</style>
background-color css
<style>
a { background-color: #B4AF21; }
a { background-color: rgb(180,175,33); }
div.DivClassName
{
background-color: #B4AF21;
}
.BgClassName
{
background-color: #B4AF21;
}
</style>
border-color css
<style>
span { border-color: #B4AF21; }
span { border-color: rgb(180,175,33); }
td.TdClassName
{
border-color: #B4AF21;
}
.TagClassName
{
border-color: #B4AF21;
}
</style>