Shades of Earls Green #BFA525
Tints of Earls Green #BFA525
RGB
CMYK
RGB Variations
Color information
#BFA525 (or 0xBFA525) is known color: Earls Green. HEX triplet: BF, A5 and 25. RGB value is (191,165,37). Sum of RGB (Red+Green+Blue) = 191+165+37=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA525 is #405ADA. Grayscale: #9E9E9E. Windows color (decimal): -4217563 or 2467263. OLE color: 2467263.
HSL color Cylindrical-coordinate representation of color #BFA525: hue angle of 49.87º 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 #BFA525 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 165 | 37 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.25 |
| HSL | 49.87º | 0.68% | 0.45% | - |
| HSV(B) | 49.87º | 0.81% | 0.75% | - |
| XYZ | 35.27 | 38.12 | 7.25 | - |
| YUV | 158.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 37 | 0 | 0.14 | 0.81 | 0.25 | 49.87 | 0.68 | 0.45 |
| Hex | BF | A5 | 25 | 0 | E | 51 | 19 | 32 | 44 | 2D |
| Octal | 277 | 245 | 45 | 0 | 16 | 121 | 31 | 62 | 104 | 55 |
| Binary | 10111111 | 10100101 | 100101 | 0 | 1110 | 1010001 | 11001 | 110010 | 1000100 | 101101 |
Color Harmonies of #BFA525
Complementary color
Monochromatic Colors of #BFA525
Black with #BFA525
Text Example
Text Example
White with #BFA525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA525; }
p { color: rgb(191,165,37); }
H1.HeaderClassName
{
color: #BFA525;
}
.AnyTagClassName
{
color: #BFA525;
}
</style>
background-color css
<style>
a { background-color: #BFA525; }
a { background-color: rgb(191,165,37); }
div.DivClassName
{
background-color: #BFA525;
}
.BgClassName
{
background-color: #BFA525;
}
</style>
border-color css
<style>
span { border-color: #BFA525; }
span { border-color: rgb(191,165,37); }
td.TdClassName
{
border-color: #BFA525;
}
.TagClassName
{
border-color: #BFA525;
}
</style>