Shades of Earls Green #BFAF16
Tints of Earls Green #BFAF16
RGB
CMYK
RGB Variations
Color information
#BFAF16 (or 0xBFAF16) is known color: Earls Green. HEX triplet: BF, AF and 16. RGB value is (191,175,22). Sum of RGB (Red+Green+Blue) = 191+175+22=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAF16 is #4050E9. Grayscale: #A2A2A2. Windows color (decimal): -4215018 or 1486783. OLE color: 1486783.
HSL color Cylindrical-coordinate representation of color #BFAF16: hue angle of 54.32º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFAF16 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 22 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.25 |
| HSL | 54.32º | 0.79% | 0.42% | - |
| HSV(B) | 54.32º | 0.88% | 0.75% | - |
| XYZ | 36.96 | 41.79 | 6.88 | - |
| YUV | 162.34 | 48.8 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 22 | 0 | 0.08 | 0.88 | 0.25 | 54.32 | 0.79 | 0.42 |
| Hex | BF | AF | 16 | 0 | 8 | 58 | 19 | 36 | 4F | 2A |
| Octal | 277 | 257 | 26 | 0 | 10 | 130 | 31 | 66 | 117 | 52 |
| Binary | 10111111 | 10101111 | 10110 | 0 | 1000 | 1011000 | 11001 | 110110 | 1001111 | 101010 |
Color Harmonies of #BFAF16
Complementary color
Monochromatic Colors of #BFAF16
Black with #BFAF16
Text Example
Text Example
White with #BFAF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAF16; }
p { color: rgb(191,175,22); }
H1.HeaderClassName
{
color: #BFAF16;
}
.AnyTagClassName
{
color: #BFAF16;
}
</style>
background-color css
<style>
a { background-color: #BFAF16; }
a { background-color: rgb(191,175,22); }
div.DivClassName
{
background-color: #BFAF16;
}
.BgClassName
{
background-color: #BFAF16;
}
</style>
border-color css
<style>
span { border-color: #BFAF16; }
span { border-color: rgb(191,175,22); }
td.TdClassName
{
border-color: #BFAF16;
}
.TagClassName
{
border-color: #BFAF16;
}
</style>