Shades of Fuego #BAD337
Tints of Fuego #BAD337
RGB
CMYK
RGB Variations
Color information
#BAD337 (or 0xBAD337) is known color: Fuego. HEX triplet: BA, D3 and 37. RGB value is (186,211,55). Sum of RGB (Red+Green+Blue) = 186+211+55=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 55 (21.88% from 255 or 12.17% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD337 is #452CC8. Grayscale: #BABABA. Windows color (decimal): -4533449 or 3658682. OLE color: 3658682.
HSL color Cylindrical-coordinate representation of color #BAD337: hue angle of 69.62º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAD337 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 55 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.17 |
| HSL | 69.62º | 0.64% | 0.52% | - |
| HSV(B) | 69.62º | 0.74% | 0.83% | - |
| XYZ | 44.23 | 57.3 | 12.34 | - |
| YUV | 185.74 | 54.22 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 55 | 0.12 | 0 | 0.74 | 0.17 | 69.62 | 0.64 | 0.52 |
| Hex | BA | D3 | 37 | C | 0 | 4A | 11 | 46 | 40 | 34 |
| Octal | 272 | 323 | 67 | 14 | 0 | 112 | 21 | 106 | 100 | 64 |
| Binary | 10111010 | 11010011 | 110111 | 1100 | 0 | 1001010 | 10001 | 1000110 | 1000000 | 110100 |
Color Harmonies of #BAD337
Complementary color
Monochromatic Colors of #BAD337
Black with #BAD337
Text Example
Text Example
White with #BAD337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD337; }
p { color: rgb(186,211,55); }
H1.HeaderClassName
{
color: #BAD337;
}
.AnyTagClassName
{
color: #BAD337;
}
</style>
background-color css
<style>
a { background-color: #BAD337; }
a { background-color: rgb(186,211,55); }
div.DivClassName
{
background-color: #BAD337;
}
.BgClassName
{
background-color: #BAD337;
}
</style>
border-color css
<style>
span { border-color: #BAD337; }
span { border-color: rgb(186,211,55); }
td.TdClassName
{
border-color: #BAD337;
}
.TagClassName
{
border-color: #BAD337;
}
</style>