Shades of Earls Green #BFB52A
Tints of Earls Green #BFB52A
RGB
CMYK
RGB Variations
Color information
#BFB52A (or 0xBFB52A) is known color: Earls Green. HEX triplet: BF, B5 and 2A. RGB value is (191,181,42). Sum of RGB (Red+Green+Blue) = 191+181+42=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB52A is #404AD5. Grayscale: #A8A8A8. Windows color (decimal): -4213462 or 2799039. OLE color: 2799039.
HSL color Cylindrical-coordinate representation of color #BFB52A: hue angle of 55.97º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFB52A is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 42 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.25 |
| HSL | 55.97º | 0.64% | 0.46% | - |
| HSV(B) | 55.97º | 0.78% | 0.75% | - |
| XYZ | 38.43 | 44.29 | 8.71 | - |
| YUV | 168.14 | 56.81 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 42 | 0 | 0.05 | 0.78 | 0.25 | 55.97 | 0.64 | 0.46 |
| Hex | BF | B5 | 2A | 0 | 5 | 4E | 19 | 38 | 40 | 2E |
| Octal | 277 | 265 | 52 | 0 | 5 | 116 | 31 | 70 | 100 | 56 |
| Binary | 10111111 | 10110101 | 101010 | 0 | 101 | 1001110 | 11001 | 111000 | 1000000 | 101110 |
Color Harmonies of #BFB52A
Complementary color
Monochromatic Colors of #BFB52A
Black with #BFB52A
Text Example
Text Example
White with #BFB52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB52A; }
p { color: rgb(191,181,42); }
H1.HeaderClassName
{
color: #BFB52A;
}
.AnyTagClassName
{
color: #BFB52A;
}
</style>
background-color css
<style>
a { background-color: #BFB52A; }
a { background-color: rgb(191,181,42); }
div.DivClassName
{
background-color: #BFB52A;
}
.BgClassName
{
background-color: #BFB52A;
}
</style>
border-color css
<style>
span { border-color: #BFB52A; }
span { border-color: rgb(191,181,42); }
td.TdClassName
{
border-color: #BFB52A;
}
.TagClassName
{
border-color: #BFB52A;
}
</style>