Shades of Fuego #BAD334
Tints of Fuego #BAD334
RGB
CMYK
RGB Variations
Color information
#BAD334 (or 0xBAD334) is known color: Fuego. HEX triplet: BA, D3 and 34. RGB value is (186,211,52). Sum of RGB (Red+Green+Blue) = 186+211+52=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD334 is #452CCB. Grayscale: #BABABA. Windows color (decimal): -4533452 or 3462074. OLE color: 3462074.
HSL color Cylindrical-coordinate representation of color #BAD334: hue angle of 69.43º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAD334 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 52 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.17 |
| HSL | 69.43º | 0.64% | 0.52% | - |
| HSV(B) | 69.43º | 0.75% | 0.83% | - |
| XYZ | 44.16 | 57.28 | 11.98 | - |
| YUV | 185.4 | 52.72 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 52 | 0.12 | 0 | 0.75 | 0.17 | 69.43 | 0.64 | 0.52 |
| Hex | BA | D3 | 34 | C | 0 | 4B | 11 | 45 | 40 | 34 |
| Octal | 272 | 323 | 64 | 14 | 0 | 113 | 21 | 105 | 100 | 64 |
| Binary | 10111010 | 11010011 | 110100 | 1100 | 0 | 1001011 | 10001 | 1000101 | 1000000 | 110100 |
Color Harmonies of #BAD334
Complementary color
Monochromatic Colors of #BAD334
Black with #BAD334
Text Example
Text Example
White with #BAD334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD334; }
p { color: rgb(186,211,52); }
H1.HeaderClassName
{
color: #BAD334;
}
.AnyTagClassName
{
color: #BAD334;
}
</style>
background-color css
<style>
a { background-color: #BAD334; }
a { background-color: rgb(186,211,52); }
div.DivClassName
{
background-color: #BAD334;
}
.BgClassName
{
background-color: #BAD334;
}
</style>
border-color css
<style>
span { border-color: #BAD334; }
span { border-color: rgb(186,211,52); }
td.TdClassName
{
border-color: #BAD334;
}
.TagClassName
{
border-color: #BAD334;
}
</style>