Shades of Fuego #BFC92F
Tints of Fuego #BFC92F
RGB
CMYK
RGB Variations
Color information
#BFC92F (or 0xBFC92F) is known color: Fuego. HEX triplet: BF, C9 and 2F. RGB value is (191,201,47). Sum of RGB (Red+Green+Blue) = 191+201+47=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC92F is #4036D0. Grayscale: #B5B5B5. Windows color (decimal): -4208337 or 3131839. OLE color: 3131839.
HSL color Cylindrical-coordinate representation of color #BFC92F: hue angle of 63.9º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFC92F is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 47 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.21 |
| HSL | 63.9º | 0.62% | 0.49% | - |
| HSV(B) | 63.9º | 0.77% | 0.79% | - |
| XYZ | 42.89 | 53.05 | 10.67 | - |
| YUV | 180.45 | 52.69 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 47 | 0.05 | 0 | 0.77 | 0.21 | 63.9 | 0.62 | 0.49 |
| Hex | BF | C9 | 2F | 5 | 0 | 4D | 15 | 40 | 3E | 31 |
| Octal | 277 | 311 | 57 | 5 | 0 | 115 | 25 | 100 | 76 | 61 |
| Binary | 10111111 | 11001001 | 101111 | 101 | 0 | 1001101 | 10101 | 1000000 | 111110 | 110001 |
Color Harmonies of #BFC92F
Complementary color
Monochromatic Colors of #BFC92F
Black with #BFC92F
Text Example
Text Example
White with #BFC92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC92F; }
p { color: rgb(191,201,47); }
H1.HeaderClassName
{
color: #BFC92F;
}
.AnyTagClassName
{
color: #BFC92F;
}
</style>
background-color css
<style>
a { background-color: #BFC92F; }
a { background-color: rgb(191,201,47); }
div.DivClassName
{
background-color: #BFC92F;
}
.BgClassName
{
background-color: #BFC92F;
}
</style>
border-color css
<style>
span { border-color: #BFC92F; }
span { border-color: rgb(191,201,47); }
td.TdClassName
{
border-color: #BFC92F;
}
.TagClassName
{
border-color: #BFC92F;
}
</style>