Shades of Fuego #BAD230
Tints of Fuego #BAD230
RGB
CMYK
RGB Variations
Color information
#BAD230 (or 0xBAD230) is known color: Fuego. HEX triplet: BA, D2 and 30. RGB value is (186,210,48). Sum of RGB (Red+Green+Blue) = 186+210+48=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD230 is #452DCF. Grayscale: #B8B8B8. Windows color (decimal): -4533712 or 3199674. OLE color: 3199674.
HSL color Cylindrical-coordinate representation of color #BAD230: hue angle of 68.89º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAD230 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 48 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.18 |
| HSL | 68.89º | 0.64% | 0.51% | - |
| HSV(B) | 68.89º | 0.77% | 0.82% | - |
| XYZ | 43.83 | 56.75 | 11.44 | - |
| YUV | 184.36 | 51.05 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 48 | 0.11 | 0 | 0.77 | 0.18 | 68.89 | 0.64 | 0.51 |
| Hex | BA | D2 | 30 | B | 0 | 4D | 12 | 45 | 40 | 33 |
| Octal | 272 | 322 | 60 | 13 | 0 | 115 | 22 | 105 | 100 | 63 |
| Binary | 10111010 | 11010010 | 110000 | 1011 | 0 | 1001101 | 10010 | 1000101 | 1000000 | 110011 |
Color Harmonies of #BAD230
Complementary color
Monochromatic Colors of #BAD230
Black with #BAD230
Text Example
Text Example
White with #BAD230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD230; }
p { color: rgb(186,210,48); }
H1.HeaderClassName
{
color: #BAD230;
}
.AnyTagClassName
{
color: #BAD230;
}
</style>
background-color css
<style>
a { background-color: #BAD230; }
a { background-color: rgb(186,210,48); }
div.DivClassName
{
background-color: #BAD230;
}
.BgClassName
{
background-color: #BAD230;
}
</style>
border-color css
<style>
span { border-color: #BAD230; }
span { border-color: rgb(186,210,48); }
td.TdClassName
{
border-color: #BAD230;
}
.TagClassName
{
border-color: #BAD230;
}
</style>