Shades of Earls Green #BFB024
Tints of Earls Green #BFB024
RGB
CMYK
RGB Variations
Color information
#BFB024 (or 0xBFB024) is known color: Earls Green. HEX triplet: BF, B0 and 24. RGB value is (191,176,36). Sum of RGB (Red+Green+Blue) = 191+176+36=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB024 is #404FDB. Grayscale: #A5A5A5. Windows color (decimal): -4214748 or 2404543. OLE color: 2404543.
HSL color Cylindrical-coordinate representation of color #BFB024: hue angle of 54.19º 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 #BFB024 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 36 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.25 |
| HSL | 54.19º | 0.68% | 0.45% | - |
| HSV(B) | 54.19º | 0.81% | 0.75% | - |
| XYZ | 37.33 | 42.25 | 7.86 | - |
| YUV | 164.53 | 55.47 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 36 | 0 | 0.08 | 0.81 | 0.25 | 54.19 | 0.68 | 0.45 |
| Hex | BF | B0 | 24 | 0 | 8 | 51 | 19 | 36 | 44 | 2D |
| Octal | 277 | 260 | 44 | 0 | 10 | 121 | 31 | 66 | 104 | 55 |
| Binary | 10111111 | 10110000 | 100100 | 0 | 1000 | 1010001 | 11001 | 110110 | 1000100 | 101101 |
Color Harmonies of #BFB024
Complementary color
Monochromatic Colors of #BFB024
Black with #BFB024
Text Example
Text Example
White with #BFB024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB024; }
p { color: rgb(191,176,36); }
H1.HeaderClassName
{
color: #BFB024;
}
.AnyTagClassName
{
color: #BFB024;
}
</style>
background-color css
<style>
a { background-color: #BFB024; }
a { background-color: rgb(191,176,36); }
div.DivClassName
{
background-color: #BFB024;
}
.BgClassName
{
background-color: #BFB024;
}
</style>
border-color css
<style>
span { border-color: #BFB024; }
span { border-color: rgb(191,176,36); }
td.TdClassName
{
border-color: #BFB024;
}
.TagClassName
{
border-color: #BFB024;
}
</style>