Shades of Fuego #BAD32F
Tints of Fuego #BAD32F
RGB
CMYK
RGB Variations
Color information
#BAD32F (or 0xBAD32F) is known color: Fuego. HEX triplet: BA, D3 and 2F. RGB value is (186,211,47). Sum of RGB (Red+Green+Blue) = 186+211+47=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 47 (18.75% from 255 or 10.59% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD32F is #452CD0. Grayscale: #B9B9B9. Windows color (decimal): -4533457 or 3134394. OLE color: 3134394.
HSL color Cylindrical-coordinate representation of color #BAD32F: hue angle of 69.15º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAD32F is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 47 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.17 |
| HSL | 69.15º | 0.65% | 0.51% | - |
| HSV(B) | 69.15º | 0.78% | 0.83% | - |
| XYZ | 44.06 | 57.23 | 11.41 | - |
| YUV | 184.83 | 50.22 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 47 | 0.12 | 0 | 0.78 | 0.17 | 69.15 | 0.65 | 0.51 |
| Hex | BA | D3 | 2F | C | 0 | 4E | 11 | 45 | 41 | 33 |
| Octal | 272 | 323 | 57 | 14 | 0 | 116 | 21 | 105 | 101 | 63 |
| Binary | 10111010 | 11010011 | 101111 | 1100 | 0 | 1001110 | 10001 | 1000101 | 1000001 | 110011 |
Color Harmonies of #BAD32F
Complementary color
Monochromatic Colors of #BAD32F
Black with #BAD32F
Text Example
Text Example
White with #BAD32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD32F; }
p { color: rgb(186,211,47); }
H1.HeaderClassName
{
color: #BAD32F;
}
.AnyTagClassName
{
color: #BAD32F;
}
</style>
background-color css
<style>
a { background-color: #BAD32F; }
a { background-color: rgb(186,211,47); }
div.DivClassName
{
background-color: #BAD32F;
}
.BgClassName
{
background-color: #BAD32F;
}
</style>
border-color css
<style>
span { border-color: #BAD32F; }
span { border-color: rgb(186,211,47); }
td.TdClassName
{
border-color: #BAD32F;
}
.TagClassName
{
border-color: #BAD32F;
}
</style>