Shades of Fuego #BADB33
Tints of Fuego #BADB33
RGB
CMYK
RGB Variations
Color information
#BADB33 (or 0xBADB33) is known color: Fuego. HEX triplet: BA, DB and 33. RGB value is (186,219,51). Sum of RGB (Red+Green+Blue) = 186+219+51=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 51 (20.31% from 255 or 11.18% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADB33 is #4524CC. Grayscale: #BEBEBE. Windows color (decimal): -4531405 or 3398586. OLE color: 3398586.
HSL color Cylindrical-coordinate representation of color #BADB33: hue angle of 71.79º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BADB33 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 51 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.14 |
| HSL | 71.79º | 0.7% | 0.53% | - |
| HSV(B) | 71.79º | 0.77% | 0.86% | - |
| XYZ | 46.18 | 61.34 | 12.54 | - |
| YUV | 189.98 | 49.57 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 51 | 0.15 | 0 | 0.77 | 0.14 | 71.79 | 0.7 | 0.53 |
| Hex | BA | DB | 33 | F | 0 | 4D | E | 48 | 46 | 35 |
| Octal | 272 | 333 | 63 | 17 | 0 | 115 | 16 | 110 | 106 | 65 |
| Binary | 10111010 | 11011011 | 110011 | 1111 | 0 | 1001101 | 1110 | 1001000 | 1000110 | 110101 |
Color Harmonies of #BADB33
Complementary color
Monochromatic Colors of #BADB33
Black with #BADB33
Text Example
Text Example
White with #BADB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB33; }
p { color: rgb(186,219,51); }
H1.HeaderClassName
{
color: #BADB33;
}
.AnyTagClassName
{
color: #BADB33;
}
</style>
background-color css
<style>
a { background-color: #BADB33; }
a { background-color: rgb(186,219,51); }
div.DivClassName
{
background-color: #BADB33;
}
.BgClassName
{
background-color: #BADB33;
}
</style>
border-color css
<style>
span { border-color: #BADB33; }
span { border-color: rgb(186,219,51); }
td.TdClassName
{
border-color: #BADB33;
}
.TagClassName
{
border-color: #BADB33;
}
</style>