Shades of Earls Green #BFAB2B
Tints of Earls Green #BFAB2B
RGB
CMYK
RGB Variations
Color information
#BFAB2B (or 0xBFAB2B) is known color: Earls Green. HEX triplet: BF, AB and 2B. RGB value is (191,171,43). Sum of RGB (Red+Green+Blue) = 191+171+43=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB2B is #4054D4. Grayscale: #A2A2A2. Windows color (decimal): -4216021 or 2862015. OLE color: 2862015.
HSL color Cylindrical-coordinate representation of color #BFAB2B: hue angle of 51.89º 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 #BFAB2B is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 43 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.25 |
| HSL | 51.89º | 0.63% | 0.46% | - |
| HSV(B) | 51.89º | 0.77% | 0.75% | - |
| XYZ | 36.48 | 40.38 | 8.16 | - |
| YUV | 162.39 | 60.63 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 43 | 0 | 0.10 | 0.77 | 0.25 | 51.89 | 0.63 | 0.46 |
| Hex | BF | AB | 2B | 0 | A | 4D | 19 | 34 | 3F | 2E |
| Octal | 277 | 253 | 53 | 0 | 12 | 115 | 31 | 64 | 77 | 56 |
| Binary | 10111111 | 10101011 | 101011 | 0 | 1010 | 1001101 | 11001 | 110100 | 111111 | 101110 |
Color Harmonies of #BFAB2B
Complementary color
Monochromatic Colors of #BFAB2B
Black with #BFAB2B
Text Example
Text Example
White with #BFAB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB2B; }
p { color: rgb(191,171,43); }
H1.HeaderClassName
{
color: #BFAB2B;
}
.AnyTagClassName
{
color: #BFAB2B;
}
</style>
background-color css
<style>
a { background-color: #BFAB2B; }
a { background-color: rgb(191,171,43); }
div.DivClassName
{
background-color: #BFAB2B;
}
.BgClassName
{
background-color: #BFAB2B;
}
</style>
border-color css
<style>
span { border-color: #BFAB2B; }
span { border-color: rgb(191,171,43); }
td.TdClassName
{
border-color: #BFAB2B;
}
.TagClassName
{
border-color: #BFAB2B;
}
</style>