Shades of Earls Green #BFB32F
Tints of Earls Green #BFB32F
RGB
CMYK
RGB Variations
Color information
#BFB32F (or 0xBFB32F) is known color: Earls Green. HEX triplet: BF, B3 and 2F. RGB value is (191,179,47). Sum of RGB (Red+Green+Blue) = 191+179+47=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB32F is #404CD0. Grayscale: #A8A8A8. Windows color (decimal): -4213969 or 3126207. OLE color: 3126207.
HSL color Cylindrical-coordinate representation of color #BFB32F: hue angle of 55º 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 #BFB32F is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 47 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.25 |
| HSL | 55º | 0.61% | 0.47% | - |
| HSV(B) | 55º | 0.75% | 0.75% | - |
| XYZ | 38.12 | 43.52 | 9.08 | - |
| YUV | 167.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 47 | 0 | 0.06 | 0.75 | 0.25 | 55 | 0.61 | 0.47 |
| Hex | BF | B3 | 2F | 0 | 6 | 4B | 19 | 37 | 3D | 2F |
| Octal | 277 | 263 | 57 | 0 | 6 | 113 | 31 | 67 | 75 | 57 |
| Binary | 10111111 | 10110011 | 101111 | 0 | 110 | 1001011 | 11001 | 110111 | 111101 | 101111 |
Color Harmonies of #BFB32F
Complementary color
Monochromatic Colors of #BFB32F
Black with #BFB32F
Text Example
Text Example
White with #BFB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB32F; }
p { color: rgb(191,179,47); }
H1.HeaderClassName
{
color: #BFB32F;
}
.AnyTagClassName
{
color: #BFB32F;
}
</style>
background-color css
<style>
a { background-color: #BFB32F; }
a { background-color: rgb(191,179,47); }
div.DivClassName
{
background-color: #BFB32F;
}
.BgClassName
{
background-color: #BFB32F;
}
</style>
border-color css
<style>
span { border-color: #BFB32F; }
span { border-color: rgb(191,179,47); }
td.TdClassName
{
border-color: #BFB32F;
}
.TagClassName
{
border-color: #BFB32F;
}
</style>