Shades of Fuego #BADA2D
Tints of Fuego #BADA2D
RGB
CMYK
RGB Variations
Color information
#BADA2D (or 0xBADA2D) is known color: Fuego. HEX triplet: BA, DA and 2D. RGB value is (186,218,45). Sum of RGB (Red+Green+Blue) = 186+218+45=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADA2D is #4525D2. Grayscale: #BDBDBD. Windows color (decimal): -4531667 or 3005114. OLE color: 3005114.
HSL color Cylindrical-coordinate representation of color #BADA2D: hue angle of 71.1º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BADA2D is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 45 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.15 |
| HSL | 71.1º | 0.7% | 0.52% | - |
| HSV(B) | 71.1º | 0.79% | 0.85% | - |
| XYZ | 45.79 | 60.77 | 11.8 | - |
| YUV | 188.71 | 46.9 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 45 | 0.15 | 0 | 0.79 | 0.15 | 71.1 | 0.7 | 0.52 |
| Hex | BA | DA | 2D | F | 0 | 4F | F | 47 | 46 | 34 |
| Octal | 272 | 332 | 55 | 17 | 0 | 117 | 17 | 107 | 106 | 64 |
| Binary | 10111010 | 11011010 | 101101 | 1111 | 0 | 1001111 | 1111 | 1000111 | 1000110 | 110100 |
Color Harmonies of #BADA2D
Complementary color
Monochromatic Colors of #BADA2D
Black with #BADA2D
Text Example
Text Example
White with #BADA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA2D; }
p { color: rgb(186,218,45); }
H1.HeaderClassName
{
color: #BADA2D;
}
.AnyTagClassName
{
color: #BADA2D;
}
</style>
background-color css
<style>
a { background-color: #BADA2D; }
a { background-color: rgb(186,218,45); }
div.DivClassName
{
background-color: #BADA2D;
}
.BgClassName
{
background-color: #BADA2D;
}
</style>
border-color css
<style>
span { border-color: #BADA2D; }
span { border-color: rgb(186,218,45); }
td.TdClassName
{
border-color: #BADA2D;
}
.TagClassName
{
border-color: #BADA2D;
}
</style>