Shades of Fuego #BAD330
Tints of Fuego #BAD330
RGB
CMYK
RGB Variations
Color information
#BAD330 (or 0xBAD330) is known color: Fuego. HEX triplet: BA, D3 and 30. RGB value is (186,211,48). Sum of RGB (Red+Green+Blue) = 186+211+48=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD330 is #452CCF. Grayscale: #B9B9B9. Windows color (decimal): -4533456 or 3199930. OLE color: 3199930.
HSL color Cylindrical-coordinate representation of color #BAD330: hue angle of 69.2º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAD330 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 48 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.17 |
| HSL | 69.2º | 0.65% | 0.51% | - |
| HSV(B) | 69.2º | 0.77% | 0.83% | - |
| XYZ | 44.08 | 57.24 | 11.52 | - |
| YUV | 184.94 | 50.72 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 48 | 0.12 | 0 | 0.77 | 0.17 | 69.2 | 0.65 | 0.51 |
| Hex | BA | D3 | 30 | C | 0 | 4D | 11 | 45 | 41 | 33 |
| Octal | 272 | 323 | 60 | 14 | 0 | 115 | 21 | 105 | 101 | 63 |
| Binary | 10111010 | 11010011 | 110000 | 1100 | 0 | 1001101 | 10001 | 1000101 | 1000001 | 110011 |
Color Harmonies of #BAD330
Complementary color
Monochromatic Colors of #BAD330
Black with #BAD330
Text Example
Text Example
White with #BAD330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD330; }
p { color: rgb(186,211,48); }
H1.HeaderClassName
{
color: #BAD330;
}
.AnyTagClassName
{
color: #BAD330;
}
</style>
background-color css
<style>
a { background-color: #BAD330; }
a { background-color: rgb(186,211,48); }
div.DivClassName
{
background-color: #BAD330;
}
.BgClassName
{
background-color: #BAD330;
}
</style>
border-color css
<style>
span { border-color: #BAD330; }
span { border-color: rgb(186,211,48); }
td.TdClassName
{
border-color: #BAD330;
}
.TagClassName
{
border-color: #BAD330;
}
</style>