Shades of Earls Green #BFB129
Tints of Earls Green #BFB129
RGB
CMYK
RGB Variations
Color information
#BFB129 (or 0xBFB129) is known color: Earls Green. HEX triplet: BF, B1 and 29. RGB value is (191,177,41). Sum of RGB (Red+Green+Blue) = 191+177+41=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB129 is #404ED6. Grayscale: #A6A6A6. Windows color (decimal): -4214487 or 2732479. OLE color: 2732479.
HSL color Cylindrical-coordinate representation of color #BFB129: hue angle of 54.4º 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 #BFB129 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 41 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.25 |
| HSL | 54.4º | 0.65% | 0.45% | - |
| HSV(B) | 54.4º | 0.79% | 0.75% | - |
| XYZ | 37.61 | 42.68 | 8.35 | - |
| YUV | 165.68 | 57.64 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 41 | 0 | 0.07 | 0.79 | 0.25 | 54.4 | 0.65 | 0.45 |
| Hex | BF | B1 | 29 | 0 | 7 | 4F | 19 | 36 | 41 | 2D |
| Octal | 277 | 261 | 51 | 0 | 7 | 117 | 31 | 66 | 101 | 55 |
| Binary | 10111111 | 10110001 | 101001 | 0 | 111 | 1001111 | 11001 | 110110 | 1000001 | 101101 |
Color Harmonies of #BFB129
Complementary color
Monochromatic Colors of #BFB129
Black with #BFB129
Text Example
Text Example
White with #BFB129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB129; }
p { color: rgb(191,177,41); }
H1.HeaderClassName
{
color: #BFB129;
}
.AnyTagClassName
{
color: #BFB129;
}
</style>
background-color css
<style>
a { background-color: #BFB129; }
a { background-color: rgb(191,177,41); }
div.DivClassName
{
background-color: #BFB129;
}
.BgClassName
{
background-color: #BFB129;
}
</style>
border-color css
<style>
span { border-color: #BFB129; }
span { border-color: rgb(191,177,41); }
td.TdClassName
{
border-color: #BFB129;
}
.TagClassName
{
border-color: #BFB129;
}
</style>