Shades of Fuego #BFC42C
Tints of Fuego #BFC42C
RGB
CMYK
RGB Variations
Color information
#BFC42C (or 0xBFC42C) is known color: Fuego. HEX triplet: BF, C4 and 2C. RGB value is (191,196,44). Sum of RGB (Red+Green+Blue) = 191+196+44=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC42C is #403BD3. Grayscale: #B1B1B1. Windows color (decimal): -4209620 or 2933951. OLE color: 2933951.
HSL color Cylindrical-coordinate representation of color #BFC42C: hue angle of 61.97º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFC42C is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 44 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.23 |
| HSL | 61.97º | 0.63% | 0.47% | - |
| HSV(B) | 61.97º | 0.78% | 0.77% | - |
| XYZ | 41.68 | 50.74 | 9.98 | - |
| YUV | 177.18 | 52.84 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 44 | 0.03 | 0 | 0.78 | 0.23 | 61.97 | 0.63 | 0.47 |
| Hex | BF | C4 | 2C | 3 | 0 | 4E | 17 | 3E | 3F | 2F |
| Octal | 277 | 304 | 54 | 3 | 0 | 116 | 27 | 76 | 77 | 57 |
| Binary | 10111111 | 11000100 | 101100 | 11 | 0 | 1001110 | 10111 | 111110 | 111111 | 101111 |
Color Harmonies of #BFC42C
Complementary color
Monochromatic Colors of #BFC42C
Black with #BFC42C
Text Example
Text Example
White with #BFC42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC42C; }
p { color: rgb(191,196,44); }
H1.HeaderClassName
{
color: #BFC42C;
}
.AnyTagClassName
{
color: #BFC42C;
}
</style>
background-color css
<style>
a { background-color: #BFC42C; }
a { background-color: rgb(191,196,44); }
div.DivClassName
{
background-color: #BFC42C;
}
.BgClassName
{
background-color: #BFC42C;
}
</style>
border-color css
<style>
span { border-color: #BFC42C; }
span { border-color: rgb(191,196,44); }
td.TdClassName
{
border-color: #BFC42C;
}
.TagClassName
{
border-color: #BFC42C;
}
</style>