Shades of Earls Green #BFB229
Tints of Earls Green #BFB229
RGB
CMYK
RGB Variations
Color information
#BFB229 (or 0xBFB229) is known color: Earls Green. HEX triplet: BF, B2 and 29. RGB value is (191,178,41). Sum of RGB (Red+Green+Blue) = 191+178+41=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB229 is #404DD6. Grayscale: #A6A6A6. Windows color (decimal): -4214231 or 2732735. OLE color: 2732735.
HSL color Cylindrical-coordinate representation of color #BFB229: hue angle of 54.8º 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 #BFB229 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 41 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.25 |
| HSL | 54.8º | 0.65% | 0.45% | - |
| HSV(B) | 54.8º | 0.79% | 0.75% | - |
| XYZ | 37.81 | 43.08 | 8.42 | - |
| YUV | 166.27 | 57.31 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 41 | 0 | 0.07 | 0.79 | 0.25 | 54.8 | 0.65 | 0.45 |
| Hex | BF | B2 | 29 | 0 | 7 | 4F | 19 | 37 | 41 | 2D |
| Octal | 277 | 262 | 51 | 0 | 7 | 117 | 31 | 67 | 101 | 55 |
| Binary | 10111111 | 10110010 | 101001 | 0 | 111 | 1001111 | 11001 | 110111 | 1000001 | 101101 |
Color Harmonies of #BFB229
Complementary color
Monochromatic Colors of #BFB229
Black with #BFB229
Text Example
Text Example
White with #BFB229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB229; }
p { color: rgb(191,178,41); }
H1.HeaderClassName
{
color: #BFB229;
}
.AnyTagClassName
{
color: #BFB229;
}
</style>
background-color css
<style>
a { background-color: #BFB229; }
a { background-color: rgb(191,178,41); }
div.DivClassName
{
background-color: #BFB229;
}
.BgClassName
{
background-color: #BFB229;
}
</style>
border-color css
<style>
span { border-color: #BFB229; }
span { border-color: rgb(191,178,41); }
td.TdClassName
{
border-color: #BFB229;
}
.TagClassName
{
border-color: #BFB229;
}
</style>