Shades of Fuego #BADC2C
Tints of Fuego #BADC2C
RGB
CMYK
RGB Variations
Color information
#BADC2C (or 0xBADC2C) is known color: Fuego. HEX triplet: BA, DC and 2C. RGB value is (186,220,44). Sum of RGB (Red+Green+Blue) = 186+220+44=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADC2C is #4523D3. Grayscale: #BEBEBE. Windows color (decimal): -4531156 or 2940090. OLE color: 2940090.
HSL color Cylindrical-coordinate representation of color #BADC2C: hue angle of 71.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BADC2C is Cyan = 0.15, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 44 | - |
| CMYK | 0.15 | 0 | 0.8 | 0.14 |
| HSL | 71.59º | 0.72% | 0.52% | - |
| HSV(B) | 71.59º | 0.8% | 0.86% | - |
| XYZ | 46.3 | 61.81 | 11.87 | - |
| YUV | 189.77 | 45.74 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 44 | 0.15 | 0 | 0.8 | 0.14 | 71.59 | 0.72 | 0.52 |
| Hex | BA | DC | 2C | F | 0 | 50 | E | 48 | 48 | 34 |
| Octal | 272 | 334 | 54 | 17 | 0 | 120 | 16 | 110 | 110 | 64 |
| Binary | 10111010 | 11011100 | 101100 | 1111 | 0 | 1010000 | 1110 | 1001000 | 1001000 | 110100 |
Color Harmonies of #BADC2C
Complementary color
Monochromatic Colors of #BADC2C
Black with #BADC2C
Text Example
Text Example
White with #BADC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC2C; }
p { color: rgb(186,220,44); }
H1.HeaderClassName
{
color: #BADC2C;
}
.AnyTagClassName
{
color: #BADC2C;
}
</style>
background-color css
<style>
a { background-color: #BADC2C; }
a { background-color: rgb(186,220,44); }
div.DivClassName
{
background-color: #BADC2C;
}
.BgClassName
{
background-color: #BADC2C;
}
</style>
border-color css
<style>
span { border-color: #BADC2C; }
span { border-color: rgb(186,220,44); }
td.TdClassName
{
border-color: #BADC2C;
}
.TagClassName
{
border-color: #BADC2C;
}
</style>