Shades of Earls Green #B8AF21
Tints of Earls Green #B8AF21
RGB
CMYK
RGB Variations
Color information
#B8AF21 (or 0xB8AF21) is known color: Earls Green. HEX triplet: B8, AF and 21. RGB value is (184,175,33). Sum of RGB (Red+Green+Blue) = 184+175+33=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF21 is #4750DE. Grayscale: #A2A2A2. Windows color (decimal): -4673759 or 2207672. OLE color: 2207672.
HSL color Cylindrical-coordinate representation of color #B8AF21: hue angle of 56.42º 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 #B8AF21 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 33 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.28 |
| HSL | 56.42º | 0.7% | 0.43% | - |
| HSV(B) | 56.42º | 0.82% | 0.72% | - |
| XYZ | 35.37 | 40.96 | 7.48 | - |
| YUV | 161.5 | 55.48 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 33 | 0 | 0.05 | 0.82 | 0.28 | 56.42 | 0.7 | 0.43 |
| Hex | B8 | AF | 21 | 0 | 5 | 52 | 1C | 38 | 46 | 2B |
| Octal | 270 | 257 | 41 | 0 | 5 | 122 | 34 | 70 | 106 | 53 |
| Binary | 10111000 | 10101111 | 100001 | 0 | 101 | 1010010 | 11100 | 111000 | 1000110 | 101011 |
Color Harmonies of #B8AF21
Complementary color
Monochromatic Colors of #B8AF21
Black with #B8AF21
Text Example
Text Example
White with #B8AF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF21; }
p { color: rgb(184,175,33); }
H1.HeaderClassName
{
color: #B8AF21;
}
.AnyTagClassName
{
color: #B8AF21;
}
</style>
background-color css
<style>
a { background-color: #B8AF21; }
a { background-color: rgb(184,175,33); }
div.DivClassName
{
background-color: #B8AF21;
}
.BgClassName
{
background-color: #B8AF21;
}
</style>
border-color css
<style>
span { border-color: #B8AF21; }
span { border-color: rgb(184,175,33); }
td.TdClassName
{
border-color: #B8AF21;
}
.TagClassName
{
border-color: #B8AF21;
}
</style>