Shades of Fuego #BAD52A
Tints of Fuego #BAD52A
RGB
CMYK
RGB Variations
Color information
#BAD52A (or 0xBAD52A) is known color: Fuego. HEX triplet: BA, D5 and 2A. RGB value is (186,213,42). Sum of RGB (Red+Green+Blue) = 186+213+42=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD52A is #452AD5. Grayscale: #BABABA. Windows color (decimal): -4532950 or 2807226. OLE color: 2807226.
HSL color Cylindrical-coordinate representation of color #BAD52A: hue angle of 69.47º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAD52A is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 42 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.16 |
| HSL | 69.47º | 0.67% | 0.5% | - |
| HSV(B) | 69.47º | 0.8% | 0.84% | - |
| XYZ | 44.46 | 58.19 | 11.08 | - |
| YUV | 185.43 | 47.05 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 42 | 0.13 | 0 | 0.80 | 0.16 | 69.47 | 0.67 | 0.5 |
| Hex | BA | D5 | 2A | D | 0 | 50 | 10 | 45 | 43 | 32 |
| Octal | 272 | 325 | 52 | 15 | 0 | 120 | 20 | 105 | 103 | 62 |
| Binary | 10111010 | 11010101 | 101010 | 1101 | 0 | 1010000 | 10000 | 1000101 | 1000011 | 110010 |
Color Harmonies of #BAD52A
Complementary color
Monochromatic Colors of #BAD52A
Black with #BAD52A
Text Example
Text Example
White with #BAD52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD52A; }
p { color: rgb(186,213,42); }
H1.HeaderClassName
{
color: #BAD52A;
}
.AnyTagClassName
{
color: #BAD52A;
}
</style>
background-color css
<style>
a { background-color: #BAD52A; }
a { background-color: rgb(186,213,42); }
div.DivClassName
{
background-color: #BAD52A;
}
.BgClassName
{
background-color: #BAD52A;
}
</style>
border-color css
<style>
span { border-color: #BAD52A; }
span { border-color: rgb(186,213,42); }
td.TdClassName
{
border-color: #BAD52A;
}
.TagClassName
{
border-color: #BAD52A;
}
</style>