Shades of Earls Green #BFAB1B
Tints of Earls Green #BFAB1B
RGB
CMYK
RGB Variations
Color information
#BFAB1B (or 0xBFAB1B) is known color: Earls Green. HEX triplet: BF, AB and 1B. RGB value is (191,171,27). Sum of RGB (Red+Green+Blue) = 191+171+27=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB1B is #4054E4. Grayscale: #A1A1A1. Windows color (decimal): -4216037 or 1813439. OLE color: 1813439.
HSL color Cylindrical-coordinate representation of color #BFAB1B: hue angle of 52.68º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFAB1B is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 27 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.25 |
| HSL | 52.68º | 0.75% | 0.43% | - |
| HSV(B) | 52.68º | 0.86% | 0.75% | - |
| XYZ | 36.25 | 40.28 | 6.9 | - |
| YUV | 160.56 | 52.63 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 27 | 0 | 0.10 | 0.86 | 0.25 | 52.68 | 0.75 | 0.43 |
| Hex | BF | AB | 1B | 0 | A | 56 | 19 | 35 | 4B | 2B |
| Octal | 277 | 253 | 33 | 0 | 12 | 126 | 31 | 65 | 113 | 53 |
| Binary | 10111111 | 10101011 | 11011 | 0 | 1010 | 1010110 | 11001 | 110101 | 1001011 | 101011 |
Color Harmonies of #BFAB1B
Complementary color
Monochromatic Colors of #BFAB1B
Black with #BFAB1B
Text Example
Text Example
White with #BFAB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB1B; }
p { color: rgb(191,171,27); }
H1.HeaderClassName
{
color: #BFAB1B;
}
.AnyTagClassName
{
color: #BFAB1B;
}
</style>
background-color css
<style>
a { background-color: #BFAB1B; }
a { background-color: rgb(191,171,27); }
div.DivClassName
{
background-color: #BFAB1B;
}
.BgClassName
{
background-color: #BFAB1B;
}
</style>
border-color css
<style>
span { border-color: #BFAB1B; }
span { border-color: rgb(191,171,27); }
td.TdClassName
{
border-color: #BFAB1B;
}
.TagClassName
{
border-color: #BFAB1B;
}
</style>