Shades of Fuego #BADC2A
Tints of Fuego #BADC2A
RGB
CMYK
RGB Variations
Color information
#BADC2A (or 0xBADC2A) is known color: Fuego. HEX triplet: BA, DC and 2A. RGB value is (186,220,42). Sum of RGB (Red+Green+Blue) = 186+220+42=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADC2A is #4523D5. Grayscale: #BEBEBE. Windows color (decimal): -4531158 or 2809018. OLE color: 2809018.
HSL color Cylindrical-coordinate representation of color #BADC2A: hue angle of 71.46º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BADC2A is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 42 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.14 |
| HSL | 71.46º | 0.72% | 0.51% | - |
| HSV(B) | 71.46º | 0.81% | 0.86% | - |
| XYZ | 46.26 | 61.79 | 11.68 | - |
| YUV | 189.54 | 44.74 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 42 | 0.15 | 0 | 0.81 | 0.14 | 71.46 | 0.72 | 0.51 |
| Hex | BA | DC | 2A | F | 0 | 51 | E | 47 | 48 | 33 |
| Octal | 272 | 334 | 52 | 17 | 0 | 121 | 16 | 107 | 110 | 63 |
| Binary | 10111010 | 11011100 | 101010 | 1111 | 0 | 1010001 | 1110 | 1000111 | 1001000 | 110011 |
Color Harmonies of #BADC2A
Complementary color
Monochromatic Colors of #BADC2A
Black with #BADC2A
Text Example
Text Example
White with #BADC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC2A; }
p { color: rgb(186,220,42); }
H1.HeaderClassName
{
color: #BADC2A;
}
.AnyTagClassName
{
color: #BADC2A;
}
</style>
background-color css
<style>
a { background-color: #BADC2A; }
a { background-color: rgb(186,220,42); }
div.DivClassName
{
background-color: #BADC2A;
}
.BgClassName
{
background-color: #BADC2A;
}
</style>
border-color css
<style>
span { border-color: #BADC2A; }
span { border-color: rgb(186,220,42); }
td.TdClassName
{
border-color: #BADC2A;
}
.TagClassName
{
border-color: #BADC2A;
}
</style>