Shades of Earls Green #BFA526
Tints of Earls Green #BFA526
RGB
CMYK
RGB Variations
Color information
#BFA526 (or 0xBFA526) is known color: Earls Green. HEX triplet: BF, A5 and 26. RGB value is (191,165,38). Sum of RGB (Red+Green+Blue) = 191+165+38=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA526 is #405AD9. Grayscale: #9E9E9E. Windows color (decimal): -4217562 or 2532799. OLE color: 2532799.
HSL color Cylindrical-coordinate representation of color #BFA526: hue angle of 49.8º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFA526 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 165 | 38 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.25 |
| HSL | 49.8º | 0.67% | 0.45% | - |
| HSV(B) | 49.8º | 0.8% | 0.75% | - |
| XYZ | 35.29 | 38.13 | 7.33 | - |
| YUV | 158.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 38 | 0 | 0.14 | 0.80 | 0.25 | 49.8 | 0.67 | 0.45 |
| Hex | BF | A5 | 26 | 0 | E | 50 | 19 | 32 | 43 | 2D |
| Octal | 277 | 245 | 46 | 0 | 16 | 120 | 31 | 62 | 103 | 55 |
| Binary | 10111111 | 10100101 | 100110 | 0 | 1110 | 1010000 | 11001 | 110010 | 1000011 | 101101 |
Color Harmonies of #BFA526
Complementary color
Monochromatic Colors of #BFA526
Black with #BFA526
Text Example
Text Example
White with #BFA526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA526; }
p { color: rgb(191,165,38); }
H1.HeaderClassName
{
color: #BFA526;
}
.AnyTagClassName
{
color: #BFA526;
}
</style>
background-color css
<style>
a { background-color: #BFA526; }
a { background-color: rgb(191,165,38); }
div.DivClassName
{
background-color: #BFA526;
}
.BgClassName
{
background-color: #BFA526;
}
</style>
border-color css
<style>
span { border-color: #BFA526; }
span { border-color: rgb(191,165,38); }
td.TdClassName
{
border-color: #BFA526;
}
.TagClassName
{
border-color: #BFA526;
}
</style>