Shades of Fuego #BFC62C
Tints of Fuego #BFC62C
RGB
CMYK
RGB Variations
Color information
#BFC62C (or 0xBFC62C) is known color: Fuego. HEX triplet: BF, C6 and 2C. RGB value is (191,198,44). Sum of RGB (Red+Green+Blue) = 191+198+44=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC62C is #4039D3. Grayscale: #B2B2B2. Windows color (decimal): -4209108 or 2934463. OLE color: 2934463.
HSL color Cylindrical-coordinate representation of color #BFC62C: hue angle of 62.73º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFC62C is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 44 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.22 |
| HSL | 62.73º | 0.64% | 0.47% | - |
| HSV(B) | 62.73º | 0.78% | 0.78% | - |
| XYZ | 42.13 | 51.65 | 10.13 | - |
| YUV | 178.35 | 52.18 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 44 | 0.04 | 0 | 0.78 | 0.22 | 62.73 | 0.64 | 0.47 |
| Hex | BF | C6 | 2C | 4 | 0 | 4E | 16 | 3F | 40 | 2F |
| Octal | 277 | 306 | 54 | 4 | 0 | 116 | 26 | 77 | 100 | 57 |
| Binary | 10111111 | 11000110 | 101100 | 100 | 0 | 1001110 | 10110 | 111111 | 1000000 | 101111 |
Color Harmonies of #BFC62C
Complementary color
Monochromatic Colors of #BFC62C
Black with #BFC62C
Text Example
Text Example
White with #BFC62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC62C; }
p { color: rgb(191,198,44); }
H1.HeaderClassName
{
color: #BFC62C;
}
.AnyTagClassName
{
color: #BFC62C;
}
</style>
background-color css
<style>
a { background-color: #BFC62C; }
a { background-color: rgb(191,198,44); }
div.DivClassName
{
background-color: #BFC62C;
}
.BgClassName
{
background-color: #BFC62C;
}
</style>
border-color css
<style>
span { border-color: #BFC62C; }
span { border-color: rgb(191,198,44); }
td.TdClassName
{
border-color: #BFC62C;
}
.TagClassName
{
border-color: #BFC62C;
}
</style>