Shades of Fuego #BAD326
Tints of Fuego #BAD326
RGB
CMYK
RGB Variations
Color information
#BAD326 (or 0xBAD326) is known color: Fuego. HEX triplet: BA, D3 and 26. RGB value is (186,211,38). Sum of RGB (Red+Green+Blue) = 186+211+38=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 38 (15.23% from 255 or 8.74% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD326 is #452CD9. Grayscale: #B8B8B8. Windows color (decimal): -4533466 or 2544570. OLE color: 2544570.
HSL color Cylindrical-coordinate representation of color #BAD326: hue angle of 68.67º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAD326 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 38 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.17 |
| HSL | 68.67º | 0.69% | 0.49% | - |
| HSV(B) | 68.67º | 0.82% | 0.83% | - |
| XYZ | 43.89 | 57.17 | 10.55 | - |
| YUV | 183.8 | 45.72 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 38 | 0.12 | 0 | 0.82 | 0.17 | 68.67 | 0.69 | 0.49 |
| Hex | BA | D3 | 26 | C | 0 | 52 | 11 | 45 | 45 | 31 |
| Octal | 272 | 323 | 46 | 14 | 0 | 122 | 21 | 105 | 105 | 61 |
| Binary | 10111010 | 11010011 | 100110 | 1100 | 0 | 1010010 | 10001 | 1000101 | 1000101 | 110001 |
Color Harmonies of #BAD326
Complementary color
Monochromatic Colors of #BAD326
Black with #BAD326
Text Example
Text Example
White with #BAD326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD326; }
p { color: rgb(186,211,38); }
H1.HeaderClassName
{
color: #BAD326;
}
.AnyTagClassName
{
color: #BAD326;
}
</style>
background-color css
<style>
a { background-color: #BAD326; }
a { background-color: rgb(186,211,38); }
div.DivClassName
{
background-color: #BAD326;
}
.BgClassName
{
background-color: #BAD326;
}
</style>
border-color css
<style>
span { border-color: #BAD326; }
span { border-color: rgb(186,211,38); }
td.TdClassName
{
border-color: #BAD326;
}
.TagClassName
{
border-color: #BAD326;
}
</style>