Shades of Fuego #BAD534
Tints of Fuego #BAD534
RGB
CMYK
RGB Variations
Color information
#BAD534 (or 0xBAD534) is known color: Fuego. HEX triplet: BA, D5 and 34. RGB value is (186,213,52). Sum of RGB (Red+Green+Blue) = 186+213+52=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD534 is #452ACB. Grayscale: #BBBBBB. Windows color (decimal): -4532940 or 3462586. OLE color: 3462586.
HSL color Cylindrical-coordinate representation of color #BAD534: hue angle of 70.06º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAD534 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 52 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.16 |
| HSL | 70.06º | 0.66% | 0.52% | - |
| HSV(B) | 70.06º | 0.76% | 0.84% | - |
| XYZ | 44.66 | 58.28 | 12.14 | - |
| YUV | 186.57 | 52.05 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 52 | 0.13 | 0 | 0.76 | 0.16 | 70.06 | 0.66 | 0.52 |
| Hex | BA | D5 | 34 | D | 0 | 4C | 10 | 46 | 42 | 34 |
| Octal | 272 | 325 | 64 | 15 | 0 | 114 | 20 | 106 | 102 | 64 |
| Binary | 10111010 | 11010101 | 110100 | 1101 | 0 | 1001100 | 10000 | 1000110 | 1000010 | 110100 |
Color Harmonies of #BAD534
Complementary color
Monochromatic Colors of #BAD534
Black with #BAD534
Text Example
Text Example
White with #BAD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD534; }
p { color: rgb(186,213,52); }
H1.HeaderClassName
{
color: #BAD534;
}
.AnyTagClassName
{
color: #BAD534;
}
</style>
background-color css
<style>
a { background-color: #BAD534; }
a { background-color: rgb(186,213,52); }
div.DivClassName
{
background-color: #BAD534;
}
.BgClassName
{
background-color: #BAD534;
}
</style>
border-color css
<style>
span { border-color: #BAD534; }
span { border-color: rgb(186,213,52); }
td.TdClassName
{
border-color: #BAD534;
}
.TagClassName
{
border-color: #BAD534;
}
</style>