Shades of Fuego #BFD91D
Tints of Fuego #BFD91D
RGB
CMYK
RGB Variations
Color information
#BFD91D (or 0xBFD91D) is known color: Fuego. HEX triplet: BF, D9 and 1D. RGB value is (191,217,29). Sum of RGB (Red+Green+Blue) = 191+217+29=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 29 (11.72% from 255 or 6.64% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD91D is #4026E2. Grayscale: #BCBCBC. Windows color (decimal): -4204259 or 1956287. OLE color: 1956287.
HSL color Cylindrical-coordinate representation of color #BFD91D: hue angle of 68.3º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFD91D is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 29 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.15 |
| HSL | 68.3º | 0.76% | 0.48% | - |
| HSV(B) | 68.3º | 0.87% | 0.85% | - |
| XYZ | 46.52 | 60.79 | 10.44 | - |
| YUV | 187.79 | 38.39 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 29 | 0.12 | 0 | 0.87 | 0.15 | 68.3 | 0.76 | 0.48 |
| Hex | BF | D9 | 1D | C | 0 | 57 | F | 44 | 4C | 30 |
| Octal | 277 | 331 | 35 | 14 | 0 | 127 | 17 | 104 | 114 | 60 |
| Binary | 10111111 | 11011001 | 11101 | 1100 | 0 | 1010111 | 1111 | 1000100 | 1001100 | 110000 |
Color Harmonies of #BFD91D
Complementary color
Monochromatic Colors of #BFD91D
Black with #BFD91D
Text Example
Text Example
White with #BFD91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD91D; }
p { color: rgb(191,217,29); }
H1.HeaderClassName
{
color: #BFD91D;
}
.AnyTagClassName
{
color: #BFD91D;
}
</style>
background-color css
<style>
a { background-color: #BFD91D; }
a { background-color: rgb(191,217,29); }
div.DivClassName
{
background-color: #BFD91D;
}
.BgClassName
{
background-color: #BFD91D;
}
</style>
border-color css
<style>
span { border-color: #BFD91D; }
span { border-color: rgb(191,217,29); }
td.TdClassName
{
border-color: #BFD91D;
}
.TagClassName
{
border-color: #BFD91D;
}
</style>