Shades of Fuego #BFD92A
Tints of Fuego #BFD92A
RGB
CMYK
RGB Variations
Color information
#BFD92A (or 0xBFD92A) is known color: Fuego. HEX triplet: BF, D9 and 2A. RGB value is (191,217,42). Sum of RGB (Red+Green+Blue) = 191+217+42=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD92A is #4026D5. Grayscale: #BDBDBD. Windows color (decimal): -4204246 or 2808255. OLE color: 2808255.
HSL color Cylindrical-coordinate representation of color #BFD92A: hue angle of 68.91º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFD92A is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 42 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.15 |
| HSL | 68.91º | 0.7% | 0.51% | - |
| HSV(B) | 68.91º | 0.81% | 0.85% | - |
| XYZ | 46.72 | 60.87 | 11.48 | - |
| YUV | 189.28 | 44.89 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 42 | 0.12 | 0 | 0.81 | 0.15 | 68.91 | 0.7 | 0.51 |
| Hex | BF | D9 | 2A | C | 0 | 51 | F | 45 | 46 | 33 |
| Octal | 277 | 331 | 52 | 14 | 0 | 121 | 17 | 105 | 106 | 63 |
| Binary | 10111111 | 11011001 | 101010 | 1100 | 0 | 1010001 | 1111 | 1000101 | 1000110 | 110011 |
Color Harmonies of #BFD92A
Complementary color
Monochromatic Colors of #BFD92A
Black with #BFD92A
Text Example
Text Example
White with #BFD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD92A; }
p { color: rgb(191,217,42); }
H1.HeaderClassName
{
color: #BFD92A;
}
.AnyTagClassName
{
color: #BFD92A;
}
</style>
background-color css
<style>
a { background-color: #BFD92A; }
a { background-color: rgb(191,217,42); }
div.DivClassName
{
background-color: #BFD92A;
}
.BgClassName
{
background-color: #BFD92A;
}
</style>
border-color css
<style>
span { border-color: #BFD92A; }
span { border-color: rgb(191,217,42); }
td.TdClassName
{
border-color: #BFD92A;
}
.TagClassName
{
border-color: #BFD92A;
}
</style>