Shades of Fuego #BADB2A
Tints of Fuego #BADB2A
RGB
CMYK
RGB Variations
Color information
#BADB2A (or 0xBADB2A) is known color: Fuego. HEX triplet: BA, DB and 2A. RGB value is (186,219,42). Sum of RGB (Red+Green+Blue) = 186+219+42=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADB2A is #4524D5. Grayscale: #BDBDBD. Windows color (decimal): -4531414 or 2808762. OLE color: 2808762.
HSL color Cylindrical-coordinate representation of color #BADB2A: hue angle of 71.19º degrees, saturation: 0.71, 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 #BADB2A is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 42 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.14 |
| HSL | 71.19º | 0.71% | 0.51% | - |
| HSV(B) | 71.19º | 0.81% | 0.86% | - |
| XYZ | 46 | 61.27 | 11.59 | - |
| YUV | 188.96 | 45.07 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 42 | 0.15 | 0 | 0.81 | 0.14 | 71.19 | 0.71 | 0.51 |
| Hex | BA | DB | 2A | F | 0 | 51 | E | 47 | 47 | 33 |
| Octal | 272 | 333 | 52 | 17 | 0 | 121 | 16 | 107 | 107 | 63 |
| Binary | 10111010 | 11011011 | 101010 | 1111 | 0 | 1010001 | 1110 | 1000111 | 1000111 | 110011 |
Color Harmonies of #BADB2A
Complementary color
Monochromatic Colors of #BADB2A
Black with #BADB2A
Text Example
Text Example
White with #BADB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB2A; }
p { color: rgb(186,219,42); }
H1.HeaderClassName
{
color: #BADB2A;
}
.AnyTagClassName
{
color: #BADB2A;
}
</style>
background-color css
<style>
a { background-color: #BADB2A; }
a { background-color: rgb(186,219,42); }
div.DivClassName
{
background-color: #BADB2A;
}
.BgClassName
{
background-color: #BADB2A;
}
</style>
border-color css
<style>
span { border-color: #BADB2A; }
span { border-color: rgb(186,219,42); }
td.TdClassName
{
border-color: #BADB2A;
}
.TagClassName
{
border-color: #BADB2A;
}
</style>