Shades of Earls Green #BFB924
Tints of Earls Green #BFB924
RGB
CMYK
RGB Variations
Color information
#BFB924 (or 0xBFB924) is known color: Earls Green. HEX triplet: BF, B9 and 24. RGB value is (191,185,36). Sum of RGB (Red+Green+Blue) = 191+185+36=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB924 is #4046DB. Grayscale: #AAAAAA. Windows color (decimal): -4212444 or 2406847. OLE color: 2406847.
HSL color Cylindrical-coordinate representation of color #BFB924: hue angle of 57.68º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFB924 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 36 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.25 |
| HSL | 57.68º | 0.68% | 0.45% | - |
| HSV(B) | 57.68º | 0.81% | 0.75% | - |
| XYZ | 39.15 | 45.9 | 8.47 | - |
| YUV | 169.81 | 52.49 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 36 | 0 | 0.03 | 0.81 | 0.25 | 57.68 | 0.68 | 0.45 |
| Hex | BF | B9 | 24 | 0 | 3 | 51 | 19 | 3A | 44 | 2D |
| Octal | 277 | 271 | 44 | 0 | 3 | 121 | 31 | 72 | 104 | 55 |
| Binary | 10111111 | 10111001 | 100100 | 0 | 11 | 1010001 | 11001 | 111010 | 1000100 | 101101 |
Color Harmonies of #BFB924
Complementary color
Monochromatic Colors of #BFB924
Black with #BFB924
Text Example
Text Example
White with #BFB924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB924; }
p { color: rgb(191,185,36); }
H1.HeaderClassName
{
color: #BFB924;
}
.AnyTagClassName
{
color: #BFB924;
}
</style>
background-color css
<style>
a { background-color: #BFB924; }
a { background-color: rgb(191,185,36); }
div.DivClassName
{
background-color: #BFB924;
}
.BgClassName
{
background-color: #BFB924;
}
</style>
border-color css
<style>
span { border-color: #BFB924; }
span { border-color: rgb(191,185,36); }
td.TdClassName
{
border-color: #BFB924;
}
.TagClassName
{
border-color: #BFB924;
}
</style>