Shades of Earls Green #BFB827
Tints of Earls Green #BFB827
RGB
CMYK
RGB Variations
Color information
#BFB827 (or 0xBFB827) is known color: Earls Green. HEX triplet: BF, B8 and 27. RGB value is (191,184,39). Sum of RGB (Red+Green+Blue) = 191+184+39=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 39 (15.62% from 255 or 9.42% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB827 is #4047D8. Grayscale: #AAAAAA. Windows color (decimal): -4212697 or 2603199. OLE color: 2603199.
HSL color Cylindrical-coordinate representation of color #BFB827: hue angle of 57.24º 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 #BFB827 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 184 | 39 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.25 |
| HSL | 57.24º | 0.66% | 0.45% | - |
| HSV(B) | 57.24º | 0.8% | 0.75% | - |
| XYZ | 38.99 | 45.5 | 8.65 | - |
| YUV | 169.56 | 54.32 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 39 | 0 | 0.04 | 0.80 | 0.25 | 57.24 | 0.66 | 0.45 |
| Hex | BF | B8 | 27 | 0 | 4 | 50 | 19 | 39 | 42 | 2D |
| Octal | 277 | 270 | 47 | 0 | 4 | 120 | 31 | 71 | 102 | 55 |
| Binary | 10111111 | 10111000 | 100111 | 0 | 100 | 1010000 | 11001 | 111001 | 1000010 | 101101 |
Color Harmonies of #BFB827
Complementary color
Monochromatic Colors of #BFB827
Black with #BFB827
Text Example
Text Example
White with #BFB827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB827; }
p { color: rgb(191,184,39); }
H1.HeaderClassName
{
color: #BFB827;
}
.AnyTagClassName
{
color: #BFB827;
}
</style>
background-color css
<style>
a { background-color: #BFB827; }
a { background-color: rgb(191,184,39); }
div.DivClassName
{
background-color: #BFB827;
}
.BgClassName
{
background-color: #BFB827;
}
</style>
border-color css
<style>
span { border-color: #BFB827; }
span { border-color: rgb(191,184,39); }
td.TdClassName
{
border-color: #BFB827;
}
.TagClassName
{
border-color: #BFB827;
}
</style>