Shades of Earls Green #BFA324
Tints of Earls Green #BFA324
RGB
CMYK
RGB Variations
Color information
#BFA324 (or 0xBFA324) is known color: Earls Green. HEX triplet: BF, A3 and 24. RGB value is (191,163,36). Sum of RGB (Red+Green+Blue) = 191+163+36=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 36 (14.45% from 255 or 9.23% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA324 is #405CDB. Grayscale: #9D9D9D. Windows color (decimal): -4218076 or 2401215. OLE color: 2401215.
HSL color Cylindrical-coordinate representation of color #BFA324: hue angle of 49.16º 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 #BFA324 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 36 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.25 |
| HSL | 49.16º | 0.68% | 0.45% | - |
| HSV(B) | 49.16º | 0.81% | 0.75% | - |
| XYZ | 34.9 | 37.4 | 7.05 | - |
| YUV | 156.89 | 59.78 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 36 | 0 | 0.15 | 0.81 | 0.25 | 49.16 | 0.68 | 0.45 |
| Hex | BF | A3 | 24 | 0 | F | 51 | 19 | 31 | 44 | 2D |
| Octal | 277 | 243 | 44 | 0 | 17 | 121 | 31 | 61 | 104 | 55 |
| Binary | 10111111 | 10100011 | 100100 | 0 | 1111 | 1010001 | 11001 | 110001 | 1000100 | 101101 |
Color Harmonies of #BFA324
Complementary color
Monochromatic Colors of #BFA324
Black with #BFA324
Text Example
Text Example
White with #BFA324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA324; }
p { color: rgb(191,163,36); }
H1.HeaderClassName
{
color: #BFA324;
}
.AnyTagClassName
{
color: #BFA324;
}
</style>
background-color css
<style>
a { background-color: #BFA324; }
a { background-color: rgb(191,163,36); }
div.DivClassName
{
background-color: #BFA324;
}
.BgClassName
{
background-color: #BFA324;
}
</style>
border-color css
<style>
span { border-color: #BFA324; }
span { border-color: rgb(191,163,36); }
td.TdClassName
{
border-color: #BFA324;
}
.TagClassName
{
border-color: #BFA324;
}
</style>