Shades of Earls Green #BFB727
Tints of Earls Green #BFB727
RGB
CMYK
RGB Variations
Color information
#BFB727 (or 0xBFB727) is known color: Earls Green. HEX triplet: BF, B7 and 27. RGB value is (191,183,39). Sum of RGB (Red+Green+Blue) = 191+183+39=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB727 is #4048D8. Grayscale: #A9A9A9. Windows color (decimal): -4212953 or 2602943. OLE color: 2602943.
HSL color Cylindrical-coordinate representation of color #BFB727: hue angle of 56.84º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFB727 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 39 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.25 |
| HSL | 56.84º | 0.66% | 0.45% | - |
| HSV(B) | 56.84º | 0.8% | 0.75% | - |
| XYZ | 38.79 | 45.09 | 8.58 | - |
| YUV | 168.98 | 54.65 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 39 | 0 | 0.04 | 0.80 | 0.25 | 56.84 | 0.66 | 0.45 |
| Hex | BF | B7 | 27 | 0 | 4 | 50 | 19 | 39 | 42 | 2D |
| Octal | 277 | 267 | 47 | 0 | 4 | 120 | 31 | 71 | 102 | 55 |
| Binary | 10111111 | 10110111 | 100111 | 0 | 100 | 1010000 | 11001 | 111001 | 1000010 | 101101 |
Color Harmonies of #BFB727
Complementary color
Monochromatic Colors of #BFB727
Black with #BFB727
Text Example
Text Example
White with #BFB727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB727; }
p { color: rgb(191,183,39); }
H1.HeaderClassName
{
color: #BFB727;
}
.AnyTagClassName
{
color: #BFB727;
}
</style>
background-color css
<style>
a { background-color: #BFB727; }
a { background-color: rgb(191,183,39); }
div.DivClassName
{
background-color: #BFB727;
}
.BgClassName
{
background-color: #BFB727;
}
</style>
border-color css
<style>
span { border-color: #BFB727; }
span { border-color: rgb(191,183,39); }
td.TdClassName
{
border-color: #BFB727;
}
.TagClassName
{
border-color: #BFB727;
}
</style>