Shades of Fuego #BADC2B
Tints of Fuego #BADC2B
RGB
CMYK
RGB Variations
Color information
#BADC2B (or 0xBADC2B) is known color: Fuego. HEX triplet: BA, DC and 2B. RGB value is (186,220,43). Sum of RGB (Red+Green+Blue) = 186+220+43=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADC2B is #4523D4. Grayscale: #BEBEBE. Windows color (decimal): -4531157 or 2874554. OLE color: 2874554.
HSL color Cylindrical-coordinate representation of color #BADC2B: hue angle of 71.53º 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 #BADC2B is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 43 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.14 |
| HSL | 71.53º | 0.72% | 0.52% | - |
| HSV(B) | 71.53º | 0.8% | 0.86% | - |
| XYZ | 46.28 | 61.8 | 11.77 | - |
| YUV | 189.66 | 45.24 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 43 | 0.15 | 0 | 0.80 | 0.14 | 71.53 | 0.72 | 0.52 |
| Hex | BA | DC | 2B | F | 0 | 50 | E | 48 | 48 | 34 |
| Octal | 272 | 334 | 53 | 17 | 0 | 120 | 16 | 110 | 110 | 64 |
| Binary | 10111010 | 11011100 | 101011 | 1111 | 0 | 1010000 | 1110 | 1001000 | 1001000 | 110100 |
Color Harmonies of #BADC2B
Complementary color
Monochromatic Colors of #BADC2B
Black with #BADC2B
Text Example
Text Example
White with #BADC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC2B; }
p { color: rgb(186,220,43); }
H1.HeaderClassName
{
color: #BADC2B;
}
.AnyTagClassName
{
color: #BADC2B;
}
</style>
background-color css
<style>
a { background-color: #BADC2B; }
a { background-color: rgb(186,220,43); }
div.DivClassName
{
background-color: #BADC2B;
}
.BgClassName
{
background-color: #BADC2B;
}
</style>
border-color css
<style>
span { border-color: #BADC2B; }
span { border-color: rgb(186,220,43); }
td.TdClassName
{
border-color: #BADC2B;
}
.TagClassName
{
border-color: #BADC2B;
}
</style>