Shades of Fuego #BAD731
Tints of Fuego #BAD731
RGB
CMYK
RGB Variations
Color information
#BAD731 (or 0xBAD731) is known color: Fuego. HEX triplet: BA, D7 and 31. RGB value is (186,215,49). Sum of RGB (Red+Green+Blue) = 186+215+49=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 49 (19.53% from 255 or 10.89% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD731 is #4528CE. Grayscale: #BCBCBC. Windows color (decimal): -4532431 or 3266490. OLE color: 3266490.
HSL color Cylindrical-coordinate representation of color #BAD731: hue angle of 70.48º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAD731 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 215 | 49 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.16 |
| HSL | 70.48º | 0.67% | 0.52% | - |
| HSV(B) | 70.48º | 0.77% | 0.84% | - |
| XYZ | 45.1 | 59.26 | 11.97 | - |
| YUV | 187.41 | 49.89 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 215 | 49 | 0.13 | 0 | 0.77 | 0.16 | 70.48 | 0.67 | 0.52 |
| Hex | BA | D7 | 31 | D | 0 | 4D | 10 | 46 | 43 | 34 |
| Octal | 272 | 327 | 61 | 15 | 0 | 115 | 20 | 106 | 103 | 64 |
| Binary | 10111010 | 11010111 | 110001 | 1101 | 0 | 1001101 | 10000 | 1000110 | 1000011 | 110100 |
Color Harmonies of #BAD731
Complementary color
Monochromatic Colors of #BAD731
Black with #BAD731
Text Example
Text Example
White with #BAD731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD731; }
p { color: rgb(186,215,49); }
H1.HeaderClassName
{
color: #BAD731;
}
.AnyTagClassName
{
color: #BAD731;
}
</style>
background-color css
<style>
a { background-color: #BAD731; }
a { background-color: rgb(186,215,49); }
div.DivClassName
{
background-color: #BAD731;
}
.BgClassName
{
background-color: #BAD731;
}
</style>
border-color css
<style>
span { border-color: #BAD731; }
span { border-color: rgb(186,215,49); }
td.TdClassName
{
border-color: #BAD731;
}
.TagClassName
{
border-color: #BAD731;
}
</style>