Shades of Fuego #BADB27
Tints of Fuego #BADB27
RGB
CMYK
RGB Variations
Color information
#BADB27 (or 0xBADB27) is known color: Fuego. HEX triplet: BA, DB and 27. RGB value is (186,219,39). Sum of RGB (Red+Green+Blue) = 186+219+39=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 39 (15.62% from 255 or 8.78% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADB27 is #4524D8. Grayscale: #BDBDBD. Windows color (decimal): -4531417 or 2612154. OLE color: 2612154.
HSL color Cylindrical-coordinate representation of color #BADB27: hue angle of 71º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BADB27 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 39 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.14 |
| HSL | 71º | 0.71% | 0.51% | - |
| HSV(B) | 71º | 0.82% | 0.86% | - |
| XYZ | 45.95 | 61.25 | 11.32 | - |
| YUV | 188.61 | 43.57 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 39 | 0.15 | 0 | 0.82 | 0.14 | 71 | 0.71 | 0.51 |
| Hex | BA | DB | 27 | F | 0 | 52 | E | 47 | 47 | 33 |
| Octal | 272 | 333 | 47 | 17 | 0 | 122 | 16 | 107 | 107 | 63 |
| Binary | 10111010 | 11011011 | 100111 | 1111 | 0 | 1010010 | 1110 | 1000111 | 1000111 | 110011 |
Color Harmonies of #BADB27
Complementary color
Monochromatic Colors of #BADB27
Black with #BADB27
Text Example
Text Example
White with #BADB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB27; }
p { color: rgb(186,219,39); }
H1.HeaderClassName
{
color: #BADB27;
}
.AnyTagClassName
{
color: #BADB27;
}
</style>
background-color css
<style>
a { background-color: #BADB27; }
a { background-color: rgb(186,219,39); }
div.DivClassName
{
background-color: #BADB27;
}
.BgClassName
{
background-color: #BADB27;
}
</style>
border-color css
<style>
span { border-color: #BADB27; }
span { border-color: rgb(186,219,39); }
td.TdClassName
{
border-color: #BADB27;
}
.TagClassName
{
border-color: #BADB27;
}
</style>