Shades of Fuego #BAD430
Tints of Fuego #BAD430
RGB
CMYK
RGB Variations
Color information
#BAD430 (or 0xBAD430) is known color: Fuego. HEX triplet: BA, D4 and 30. RGB value is (186,212,48). Sum of RGB (Red+Green+Blue) = 186+212+48=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 212 (83.20% from 255 or 47.53% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD430 is #452BCF. Grayscale: #BABABA. Windows color (decimal): -4533200 or 3200186. OLE color: 3200186.
HSL color Cylindrical-coordinate representation of color #BAD430: hue angle of 69.51º degrees, saturation: 0.66, 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 #BAD430 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 48 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.17 |
| HSL | 69.51º | 0.66% | 0.51% | - |
| HSV(B) | 69.51º | 0.77% | 0.83% | - |
| XYZ | 44.33 | 57.74 | 11.6 | - |
| YUV | 185.53 | 50.39 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 48 | 0.12 | 0 | 0.77 | 0.17 | 69.51 | 0.66 | 0.51 |
| Hex | BA | D4 | 30 | C | 0 | 4D | 11 | 46 | 42 | 33 |
| Octal | 272 | 324 | 60 | 14 | 0 | 115 | 21 | 106 | 102 | 63 |
| Binary | 10111010 | 11010100 | 110000 | 1100 | 0 | 1001101 | 10001 | 1000110 | 1000010 | 110011 |
Color Harmonies of #BAD430
Complementary color
Monochromatic Colors of #BAD430
Black with #BAD430
Text Example
Text Example
White with #BAD430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD430; }
p { color: rgb(186,212,48); }
H1.HeaderClassName
{
color: #BAD430;
}
.AnyTagClassName
{
color: #BAD430;
}
</style>
background-color css
<style>
a { background-color: #BAD430; }
a { background-color: rgb(186,212,48); }
div.DivClassName
{
background-color: #BAD430;
}
.BgClassName
{
background-color: #BAD430;
}
</style>
border-color css
<style>
span { border-color: #BAD430; }
span { border-color: rgb(186,212,48); }
td.TdClassName
{
border-color: #BAD430;
}
.TagClassName
{
border-color: #BAD430;
}
</style>