Shades of Earls Green #BFB42F
Tints of Earls Green #BFB42F
RGB
CMYK
RGB Variations
Color information
#BFB42F (or 0xBFB42F) is known color: Earls Green. HEX triplet: BF, B4 and 2F. RGB value is (191,180,47). Sum of RGB (Red+Green+Blue) = 191+180+47=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB42F is #404BD0. Grayscale: #A8A8A8. Windows color (decimal): -4213713 or 3126463. OLE color: 3126463.
HSL color Cylindrical-coordinate representation of color #BFB42F: hue angle of 55.42º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFB42F is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 47 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.25 |
| HSL | 55.42º | 0.61% | 0.47% | - |
| HSV(B) | 55.42º | 0.75% | 0.75% | - |
| XYZ | 38.32 | 43.92 | 9.15 | - |
| YUV | 168.13 | 59.64 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 47 | 0 | 0.06 | 0.75 | 0.25 | 55.42 | 0.61 | 0.47 |
| Hex | BF | B4 | 2F | 0 | 6 | 4B | 19 | 37 | 3D | 2F |
| Octal | 277 | 264 | 57 | 0 | 6 | 113 | 31 | 67 | 75 | 57 |
| Binary | 10111111 | 10110100 | 101111 | 0 | 110 | 1001011 | 11001 | 110111 | 111101 | 101111 |
Color Harmonies of #BFB42F
Complementary color
Monochromatic Colors of #BFB42F
Black with #BFB42F
Text Example
Text Example
White with #BFB42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB42F; }
p { color: rgb(191,180,47); }
H1.HeaderClassName
{
color: #BFB42F;
}
.AnyTagClassName
{
color: #BFB42F;
}
</style>
background-color css
<style>
a { background-color: #BFB42F; }
a { background-color: rgb(191,180,47); }
div.DivClassName
{
background-color: #BFB42F;
}
.BgClassName
{
background-color: #BFB42F;
}
</style>
border-color css
<style>
span { border-color: #BFB42F; }
span { border-color: rgb(191,180,47); }
td.TdClassName
{
border-color: #BFB42F;
}
.TagClassName
{
border-color: #BFB42F;
}
</style>