Shades of Earls Green #BDAF16
Tints of Earls Green #BDAF16
RGB
CMYK
RGB Variations
Color information
#BDAF16 (or 0xBDAF16) is known color: Earls Green. HEX triplet: BD, AF and 16. RGB value is (189,175,22). Sum of RGB (Red+Green+Blue) = 189+175+22=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAF16 is #4250E9. Grayscale: #A2A2A2. Windows color (decimal): -4346090 or 1486781. OLE color: 1486781.
HSL color Cylindrical-coordinate representation of color #BDAF16: hue angle of 54.97º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDAF16 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 22 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.26 |
| HSL | 54.97º | 0.79% | 0.41% | - |
| HSV(B) | 54.97º | 0.88% | 0.74% | - |
| XYZ | 36.46 | 41.54 | 6.85 | - |
| YUV | 161.74 | 49.14 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 22 | 0 | 0.07 | 0.88 | 0.26 | 54.97 | 0.79 | 0.41 |
| Hex | BD | AF | 16 | 0 | 7 | 58 | 1A | 37 | 4F | 29 |
| Octal | 275 | 257 | 26 | 0 | 7 | 130 | 32 | 67 | 117 | 51 |
| Binary | 10111101 | 10101111 | 10110 | 0 | 111 | 1011000 | 11010 | 110111 | 1001111 | 101001 |
Color Harmonies of #BDAF16
Complementary color
Monochromatic Colors of #BDAF16
Black with #BDAF16
Text Example
Text Example
White with #BDAF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF16; }
p { color: rgb(189,175,22); }
H1.HeaderClassName
{
color: #BDAF16;
}
.AnyTagClassName
{
color: #BDAF16;
}
</style>
background-color css
<style>
a { background-color: #BDAF16; }
a { background-color: rgb(189,175,22); }
div.DivClassName
{
background-color: #BDAF16;
}
.BgClassName
{
background-color: #BDAF16;
}
</style>
border-color css
<style>
span { border-color: #BDAF16; }
span { border-color: rgb(189,175,22); }
td.TdClassName
{
border-color: #BDAF16;
}
.TagClassName
{
border-color: #BDAF16;
}
</style>