Shades of Fuego #BACA33
Tints of Fuego #BACA33
RGB
CMYK
RGB Variations
Color information
#BACA33 (or 0xBACA33) is known color: Fuego. HEX triplet: BA, CA and 33. RGB value is (186,202,51). Sum of RGB (Red+Green+Blue) = 186+202+51=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA33 is #4535CC. Grayscale: #B4B4B4. Windows color (decimal): -4535757 or 3394234. OLE color: 3394234.
HSL color Cylindrical-coordinate representation of color #BACA33: hue angle of 66.36º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BACA33 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 51 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.21 |
| HSL | 66.36º | 0.6% | 0.5% | - |
| HSV(B) | 66.36º | 0.75% | 0.79% | - |
| XYZ | 41.97 | 52.92 | 11.13 | - |
| YUV | 180 | 55.2 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 51 | 0.08 | 0 | 0.75 | 0.21 | 66.36 | 0.6 | 0.5 |
| Hex | BA | CA | 33 | 8 | 0 | 4B | 15 | 42 | 3C | 32 |
| Octal | 272 | 312 | 63 | 10 | 0 | 113 | 25 | 102 | 74 | 62 |
| Binary | 10111010 | 11001010 | 110011 | 1000 | 0 | 1001011 | 10101 | 1000010 | 111100 | 110010 |
Color Harmonies of #BACA33
Complementary color
Monochromatic Colors of #BACA33
Black with #BACA33
Text Example
Text Example
White with #BACA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA33; }
p { color: rgb(186,202,51); }
H1.HeaderClassName
{
color: #BACA33;
}
.AnyTagClassName
{
color: #BACA33;
}
</style>
background-color css
<style>
a { background-color: #BACA33; }
a { background-color: rgb(186,202,51); }
div.DivClassName
{
background-color: #BACA33;
}
.BgClassName
{
background-color: #BACA33;
}
</style>
border-color css
<style>
span { border-color: #BACA33; }
span { border-color: rgb(186,202,51); }
td.TdClassName
{
border-color: #BACA33;
}
.TagClassName
{
border-color: #BACA33;
}
</style>