Shades of Fuego #BADD26
Tints of Fuego #BADD26
RGB
CMYK
RGB Variations
Color information
#BADD26 (or 0xBADD26) is known color: Fuego. HEX triplet: BA, DD and 26. RGB value is (186,221,38). Sum of RGB (Red+Green+Blue) = 186+221+38=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD26 is #4522D9. Grayscale: #BEBEBE. Windows color (decimal): -4530906 or 2547130. OLE color: 2547130.
HSL color Cylindrical-coordinate representation of color #BADD26: hue angle of 71.48º degrees, saturation: 0.73, 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 #BADD26 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 38 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.13 |
| HSL | 71.48º | 0.73% | 0.51% | - |
| HSV(B) | 71.48º | 0.83% | 0.87% | - |
| XYZ | 46.46 | 62.29 | 11.41 | - |
| YUV | 189.67 | 42.4 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 38 | 0.16 | 0 | 0.83 | 0.13 | 71.48 | 0.73 | 0.51 |
| Hex | BA | DD | 26 | 10 | 0 | 53 | D | 47 | 49 | 33 |
| Octal | 272 | 335 | 46 | 20 | 0 | 123 | 15 | 107 | 111 | 63 |
| Binary | 10111010 | 11011101 | 100110 | 10000 | 0 | 1010011 | 1101 | 1000111 | 1001001 | 110011 |
Color Harmonies of #BADD26
Complementary color
Monochromatic Colors of #BADD26
Black with #BADD26
Text Example
Text Example
White with #BADD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD26; }
p { color: rgb(186,221,38); }
H1.HeaderClassName
{
color: #BADD26;
}
.AnyTagClassName
{
color: #BADD26;
}
</style>
background-color css
<style>
a { background-color: #BADD26; }
a { background-color: rgb(186,221,38); }
div.DivClassName
{
background-color: #BADD26;
}
.BgClassName
{
background-color: #BADD26;
}
</style>
border-color css
<style>
span { border-color: #BADD26; }
span { border-color: rgb(186,221,38); }
td.TdClassName
{
border-color: #BADD26;
}
.TagClassName
{
border-color: #BADD26;
}
</style>