Shades of Fuego #BFD920
Tints of Fuego #BFD920
RGB
CMYK
RGB Variations
Color information
#BFD920 (or 0xBFD920) is known color: Fuego. HEX triplet: BF, D9 and 20. RGB value is (191,217,32). Sum of RGB (Red+Green+Blue) = 191+217+32=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD920 is #4026DF. Grayscale: #BCBCBC. Windows color (decimal): -4204256 or 2152895. OLE color: 2152895.
HSL color Cylindrical-coordinate representation of color #BFD920: hue angle of 68.43º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFD920 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 32 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.15 |
| HSL | 68.43º | 0.74% | 0.49% | - |
| HSV(B) | 68.43º | 0.85% | 0.85% | - |
| XYZ | 46.56 | 60.81 | 10.65 | - |
| YUV | 188.14 | 39.89 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 32 | 0.12 | 0 | 0.85 | 0.15 | 68.43 | 0.74 | 0.49 |
| Hex | BF | D9 | 20 | C | 0 | 55 | F | 44 | 4A | 31 |
| Octal | 277 | 331 | 40 | 14 | 0 | 125 | 17 | 104 | 112 | 61 |
| Binary | 10111111 | 11011001 | 100000 | 1100 | 0 | 1010101 | 1111 | 1000100 | 1001010 | 110001 |
Color Harmonies of #BFD920
Complementary color
Monochromatic Colors of #BFD920
Black with #BFD920
Text Example
Text Example
White with #BFD920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD920; }
p { color: rgb(191,217,32); }
H1.HeaderClassName
{
color: #BFD920;
}
.AnyTagClassName
{
color: #BFD920;
}
</style>
background-color css
<style>
a { background-color: #BFD920; }
a { background-color: rgb(191,217,32); }
div.DivClassName
{
background-color: #BFD920;
}
.BgClassName
{
background-color: #BFD920;
}
</style>
border-color css
<style>
span { border-color: #BFD920; }
span { border-color: rgb(191,217,32); }
td.TdClassName
{
border-color: #BFD920;
}
.TagClassName
{
border-color: #BFD920;
}
</style>