Shades of Fuego #BADA2B
Tints of Fuego #BADA2B
RGB
CMYK
RGB Variations
Color information
#BADA2B (or 0xBADA2B) is known color: Fuego. HEX triplet: BA, DA and 2B. RGB value is (186,218,43). Sum of RGB (Red+Green+Blue) = 186+218+43=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 43 (17.19% from 255 or 9.62% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADA2B is #4525D4. Grayscale: #BDBDBD. Windows color (decimal): -4531669 or 2874042. OLE color: 2874042.
HSL color Cylindrical-coordinate representation of color #BADA2B: hue angle of 70.97º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BADA2B is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 43 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.15 |
| HSL | 70.97º | 0.7% | 0.51% | - |
| HSV(B) | 70.97º | 0.8% | 0.85% | - |
| XYZ | 45.76 | 60.76 | 11.6 | - |
| YUV | 188.48 | 45.9 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 43 | 0.15 | 0 | 0.80 | 0.15 | 70.97 | 0.7 | 0.51 |
| Hex | BA | DA | 2B | F | 0 | 50 | F | 47 | 46 | 33 |
| Octal | 272 | 332 | 53 | 17 | 0 | 120 | 17 | 107 | 106 | 63 |
| Binary | 10111010 | 11011010 | 101011 | 1111 | 0 | 1010000 | 1111 | 1000111 | 1000110 | 110011 |
Color Harmonies of #BADA2B
Complementary color
Monochromatic Colors of #BADA2B
Black with #BADA2B
Text Example
Text Example
White with #BADA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA2B; }
p { color: rgb(186,218,43); }
H1.HeaderClassName
{
color: #BADA2B;
}
.AnyTagClassName
{
color: #BADA2B;
}
</style>
background-color css
<style>
a { background-color: #BADA2B; }
a { background-color: rgb(186,218,43); }
div.DivClassName
{
background-color: #BADA2B;
}
.BgClassName
{
background-color: #BADA2B;
}
</style>
border-color css
<style>
span { border-color: #BADA2B; }
span { border-color: rgb(186,218,43); }
td.TdClassName
{
border-color: #BADA2B;
}
.TagClassName
{
border-color: #BADA2B;
}
</style>