Shades of Fuego #BADF26
Tints of Fuego #BADF26
RGB
CMYK
RGB Variations
Color information
#BADF26 (or 0xBADF26) is known color: Fuego. HEX triplet: BA, DF and 26. RGB value is (186,223,38). Sum of RGB (Red+Green+Blue) = 186+223+38=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 38 (15.23% from 255 or 8.50% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF26 is #4520D9. Grayscale: #BFBFBF. Windows color (decimal): -4530394 or 2547642. OLE color: 2547642.
HSL color Cylindrical-coordinate representation of color #BADF26: hue angle of 72º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BADF26 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 38 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.13 |
| HSL | 72º | 0.74% | 0.51% | - |
| HSV(B) | 72º | 0.83% | 0.87% | - |
| XYZ | 46.99 | 63.35 | 11.59 | - |
| YUV | 190.85 | 41.74 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 38 | 0.17 | 0 | 0.83 | 0.13 | 72 | 0.74 | 0.51 |
| Hex | BA | DF | 26 | 11 | 0 | 53 | D | 48 | 4A | 33 |
| Octal | 272 | 337 | 46 | 21 | 0 | 123 | 15 | 110 | 112 | 63 |
| Binary | 10111010 | 11011111 | 100110 | 10001 | 0 | 1010011 | 1101 | 1001000 | 1001010 | 110011 |
Color Harmonies of #BADF26
Complementary color
Monochromatic Colors of #BADF26
Black with #BADF26
Text Example
Text Example
White with #BADF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF26; }
p { color: rgb(186,223,38); }
H1.HeaderClassName
{
color: #BADF26;
}
.AnyTagClassName
{
color: #BADF26;
}
</style>
background-color css
<style>
a { background-color: #BADF26; }
a { background-color: rgb(186,223,38); }
div.DivClassName
{
background-color: #BADF26;
}
.BgClassName
{
background-color: #BADF26;
}
</style>
border-color css
<style>
span { border-color: #BADF26; }
span { border-color: rgb(186,223,38); }
td.TdClassName
{
border-color: #BADF26;
}
.TagClassName
{
border-color: #BADF26;
}
</style>