Shades of Earls Green #BFAC18
Tints of Earls Green #BFAC18
RGB
CMYK
RGB Variations
Color information
#BFAC18 (or 0xBFAC18) is known color: Earls Green. HEX triplet: BF, AC and 18. RGB value is (191,172,24). Sum of RGB (Red+Green+Blue) = 191+172+24=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAC18 is #4053E7. Grayscale: #A1A1A1. Windows color (decimal): -4215784 or 1617087. OLE color: 1617087.
HSL color Cylindrical-coordinate representation of color #BFAC18: hue angle of 53.17º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFAC18 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 24 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.25 |
| HSL | 53.17º | 0.78% | 0.42% | - |
| HSV(B) | 53.17º | 0.87% | 0.75% | - |
| XYZ | 36.4 | 40.65 | 6.79 | - |
| YUV | 160.81 | 50.79 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 24 | 0 | 0.10 | 0.87 | 0.25 | 53.17 | 0.78 | 0.42 |
| Hex | BF | AC | 18 | 0 | A | 57 | 19 | 35 | 4E | 2A |
| Octal | 277 | 254 | 30 | 0 | 12 | 127 | 31 | 65 | 116 | 52 |
| Binary | 10111111 | 10101100 | 11000 | 0 | 1010 | 1010111 | 11001 | 110101 | 1001110 | 101010 |
Color Harmonies of #BFAC18
Complementary color
Monochromatic Colors of #BFAC18
Black with #BFAC18
Text Example
Text Example
White with #BFAC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC18; }
p { color: rgb(191,172,24); }
H1.HeaderClassName
{
color: #BFAC18;
}
.AnyTagClassName
{
color: #BFAC18;
}
</style>
background-color css
<style>
a { background-color: #BFAC18; }
a { background-color: rgb(191,172,24); }
div.DivClassName
{
background-color: #BFAC18;
}
.BgClassName
{
background-color: #BFAC18;
}
</style>
border-color css
<style>
span { border-color: #BFAC18; }
span { border-color: rgb(191,172,24); }
td.TdClassName
{
border-color: #BFAC18;
}
.TagClassName
{
border-color: #BFAC18;
}
</style>