Shades of Fuego #BFC42F
Tints of Fuego #BFC42F
RGB
CMYK
RGB Variations
Color information
#BFC42F (or 0xBFC42F) is known color: Fuego. HEX triplet: BF, C4 and 2F. RGB value is (191,196,47). Sum of RGB (Red+Green+Blue) = 191+196+47=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC42F is #403BD0. Grayscale: #B2B2B2. Windows color (decimal): -4209617 or 3130559. OLE color: 3130559.
HSL color Cylindrical-coordinate representation of color #BFC42F: hue angle of 62.01º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFC42F is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 47 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.23 |
| HSL | 62.01º | 0.61% | 0.48% | - |
| HSV(B) | 62.01º | 0.76% | 0.77% | - |
| XYZ | 41.74 | 50.76 | 10.29 | - |
| YUV | 177.52 | 54.34 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 47 | 0.03 | 0 | 0.76 | 0.23 | 62.01 | 0.61 | 0.48 |
| Hex | BF | C4 | 2F | 3 | 0 | 4C | 17 | 3E | 3D | 30 |
| Octal | 277 | 304 | 57 | 3 | 0 | 114 | 27 | 76 | 75 | 60 |
| Binary | 10111111 | 11000100 | 101111 | 11 | 0 | 1001100 | 10111 | 111110 | 111101 | 110000 |
Color Harmonies of #BFC42F
Complementary color
Monochromatic Colors of #BFC42F
Black with #BFC42F
Text Example
Text Example
White with #BFC42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC42F; }
p { color: rgb(191,196,47); }
H1.HeaderClassName
{
color: #BFC42F;
}
.AnyTagClassName
{
color: #BFC42F;
}
</style>
background-color css
<style>
a { background-color: #BFC42F; }
a { background-color: rgb(191,196,47); }
div.DivClassName
{
background-color: #BFC42F;
}
.BgClassName
{
background-color: #BFC42F;
}
</style>
border-color css
<style>
span { border-color: #BFC42F; }
span { border-color: rgb(191,196,47); }
td.TdClassName
{
border-color: #BFC42F;
}
.TagClassName
{
border-color: #BFC42F;
}
</style>