Shades of Earls Green #BFAF2B
Tints of Earls Green #BFAF2B
RGB
CMYK
RGB Variations
Color information
#BFAF2B (or 0xBFAF2B) is known color: Earls Green. HEX triplet: BF, AF and 2B. RGB value is (191,175,43). Sum of RGB (Red+Green+Blue) = 191+175+43=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAF2B is #4050D4. Grayscale: #A5A5A5. Windows color (decimal): -4214997 or 2863039. OLE color: 2863039.
HSL color Cylindrical-coordinate representation of color #BFAF2B: hue angle of 53.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFAF2B is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 43 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.25 |
| HSL | 53.51º | 0.63% | 0.46% | - |
| HSV(B) | 53.51º | 0.77% | 0.75% | - |
| XYZ | 37.25 | 41.91 | 8.41 | - |
| YUV | 164.74 | 59.3 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 43 | 0 | 0.08 | 0.77 | 0.25 | 53.51 | 0.63 | 0.46 |
| Hex | BF | AF | 2B | 0 | 8 | 4D | 19 | 36 | 3F | 2E |
| Octal | 277 | 257 | 53 | 0 | 10 | 115 | 31 | 66 | 77 | 56 |
| Binary | 10111111 | 10101111 | 101011 | 0 | 1000 | 1001101 | 11001 | 110110 | 111111 | 101110 |
Color Harmonies of #BFAF2B
Complementary color
Monochromatic Colors of #BFAF2B
Black with #BFAF2B
Text Example
Text Example
White with #BFAF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAF2B; }
p { color: rgb(191,175,43); }
H1.HeaderClassName
{
color: #BFAF2B;
}
.AnyTagClassName
{
color: #BFAF2B;
}
</style>
background-color css
<style>
a { background-color: #BFAF2B; }
a { background-color: rgb(191,175,43); }
div.DivClassName
{
background-color: #BFAF2B;
}
.BgClassName
{
background-color: #BFAF2B;
}
</style>
border-color css
<style>
span { border-color: #BFAF2B; }
span { border-color: rgb(191,175,43); }
td.TdClassName
{
border-color: #BFAF2B;
}
.TagClassName
{
border-color: #BFAF2B;
}
</style>