Shades of Earls Green #BFB424
Tints of Earls Green #BFB424
RGB
CMYK
RGB Variations
Color information
#BFB424 (or 0xBFB424) is known color: Earls Green. HEX triplet: BF, B4 and 24. RGB value is (191,180,36). Sum of RGB (Red+Green+Blue) = 191+180+36=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 36 (14.45% from 255 or 8.85% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB424 is #404BDB. Grayscale: #A7A7A7. Windows color (decimal): -4213724 or 2405567. OLE color: 2405567.
HSL color Cylindrical-coordinate representation of color #BFB424: hue angle of 55.74º 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 #BFB424 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 36 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.25 |
| HSL | 55.74º | 0.68% | 0.45% | - |
| HSV(B) | 55.74º | 0.81% | 0.75% | - |
| XYZ | 38.13 | 43.85 | 8.12 | - |
| YUV | 166.87 | 54.14 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 36 | 0 | 0.06 | 0.81 | 0.25 | 55.74 | 0.68 | 0.45 |
| Hex | BF | B4 | 24 | 0 | 6 | 51 | 19 | 38 | 44 | 2D |
| Octal | 277 | 264 | 44 | 0 | 6 | 121 | 31 | 70 | 104 | 55 |
| Binary | 10111111 | 10110100 | 100100 | 0 | 110 | 1010001 | 11001 | 111000 | 1000100 | 101101 |
Color Harmonies of #BFB424
Complementary color
Monochromatic Colors of #BFB424
Black with #BFB424
Text Example
Text Example
White with #BFB424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB424; }
p { color: rgb(191,180,36); }
H1.HeaderClassName
{
color: #BFB424;
}
.AnyTagClassName
{
color: #BFB424;
}
</style>
background-color css
<style>
a { background-color: #BFB424; }
a { background-color: rgb(191,180,36); }
div.DivClassName
{
background-color: #BFB424;
}
.BgClassName
{
background-color: #BFB424;
}
</style>
border-color css
<style>
span { border-color: #BFB424; }
span { border-color: rgb(191,180,36); }
td.TdClassName
{
border-color: #BFB424;
}
.TagClassName
{
border-color: #BFB424;
}
</style>