Shades of Earls Green #BFBA29
Tints of Earls Green #BFBA29
RGB
CMYK
RGB Variations
Color information
#BFBA29 (or 0xBFBA29) is known color: Earls Green. HEX triplet: BF, BA and 29. RGB value is (191,186,41). Sum of RGB (Red+Green+Blue) = 191+186+41=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 41 (16.41% from 255 or 9.81% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA29 is #4045D6. Grayscale: #ABABAB. Windows color (decimal): -4212183 or 2734783. OLE color: 2734783.
HSL color Cylindrical-coordinate representation of color #BFBA29: hue angle of 58º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFBA29 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 41 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.25 |
| HSL | 58º | 0.65% | 0.45% | - |
| HSV(B) | 58º | 0.79% | 0.75% | - |
| XYZ | 39.45 | 46.35 | 8.97 | - |
| YUV | 170.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 41 | 0 | 0.03 | 0.79 | 0.25 | 58 | 0.65 | 0.45 |
| Hex | BF | BA | 29 | 0 | 3 | 4F | 19 | 3A | 41 | 2D |
| Octal | 277 | 272 | 51 | 0 | 3 | 117 | 31 | 72 | 101 | 55 |
| Binary | 10111111 | 10111010 | 101001 | 0 | 11 | 1001111 | 11001 | 111010 | 1000001 | 101101 |
Color Harmonies of #BFBA29
Complementary color
Monochromatic Colors of #BFBA29
Black with #BFBA29
Text Example
Text Example
White with #BFBA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA29; }
p { color: rgb(191,186,41); }
H1.HeaderClassName
{
color: #BFBA29;
}
.AnyTagClassName
{
color: #BFBA29;
}
</style>
background-color css
<style>
a { background-color: #BFBA29; }
a { background-color: rgb(191,186,41); }
div.DivClassName
{
background-color: #BFBA29;
}
.BgClassName
{
background-color: #BFBA29;
}
</style>
border-color css
<style>
span { border-color: #BFBA29; }
span { border-color: rgb(191,186,41); }
td.TdClassName
{
border-color: #BFBA29;
}
.TagClassName
{
border-color: #BFBA29;
}
</style>