Shades of Fuego #BAEA29
Tints of Fuego #BAEA29
RGB
CMYK
RGB Variations
Color information
#BAEA29 (or 0xBAEA29) is known color: Fuego. HEX triplet: BA, EA and 29. RGB value is (186,234,41). Sum of RGB (Red+Green+Blue) = 186+234+41=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 41 (16.41% from 255 or 8.89% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA29 is #4515D6. Grayscale: #C6C6C6. Windows color (decimal): -4527575 or 2747066. OLE color: 2747066.
HSL color Cylindrical-coordinate representation of color #BAEA29: hue angle of 74.92º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAEA29 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 41 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.08 |
| HSL | 74.92º | 0.82% | 0.54% | - |
| HSV(B) | 74.92º | 0.82% | 0.92% | - |
| XYZ | 50.07 | 69.44 | 12.86 | - |
| YUV | 197.65 | 39.6 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 41 | 0.21 | 0 | 0.82 | 0.08 | 74.92 | 0.82 | 0.54 |
| Hex | BA | EA | 29 | 15 | 0 | 52 | 8 | 4B | 52 | 36 |
| Octal | 272 | 352 | 51 | 25 | 0 | 122 | 10 | 113 | 122 | 66 |
| Binary | 10111010 | 11101010 | 101001 | 10101 | 0 | 1010010 | 1000 | 1001011 | 1010010 | 110110 |
Color Harmonies of #BAEA29
Complementary color
Monochromatic Colors of #BAEA29
Black with #BAEA29
Text Example
Text Example
White with #BAEA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEA29; }
p { color: rgb(186,234,41); }
H1.HeaderClassName
{
color: #BAEA29;
}
.AnyTagClassName
{
color: #BAEA29;
}
</style>
background-color css
<style>
a { background-color: #BAEA29; }
a { background-color: rgb(186,234,41); }
div.DivClassName
{
background-color: #BAEA29;
}
.BgClassName
{
background-color: #BAEA29;
}
</style>
border-color css
<style>
span { border-color: #BAEA29; }
span { border-color: rgb(186,234,41); }
td.TdClassName
{
border-color: #BAEA29;
}
.TagClassName
{
border-color: #BAEA29;
}
</style>