Shades of Fuego #BACC3A
Tints of Fuego #BACC3A
RGB
CMYK
RGB Variations
Color information
#BACC3A (or 0xBACC3A) is known color: Fuego. HEX triplet: BA, CC and 3A. RGB value is (186,204,58). Sum of RGB (Red+Green+Blue) = 186+204+58=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 58 (23.05% from 255 or 12.95% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC3A is #4533C5. Grayscale: #B6B6B6. Windows color (decimal): -4535238 or 3853498. OLE color: 3853498.
HSL color Cylindrical-coordinate representation of color #BACC3A: hue angle of 67.4º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BACC3A is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 58 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.2 |
| HSL | 67.4º | 0.59% | 0.51% | - |
| HSV(B) | 67.4º | 0.72% | 0.8% | - |
| XYZ | 42.61 | 53.93 | 12.17 | - |
| YUV | 181.97 | 58.04 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 58 | 0.09 | 0 | 0.72 | 0.2 | 67.4 | 0.59 | 0.51 |
| Hex | BA | CC | 3A | 9 | 0 | 48 | 14 | 43 | 3B | 33 |
| Octal | 272 | 314 | 72 | 11 | 0 | 110 | 24 | 103 | 73 | 63 |
| Binary | 10111010 | 11001100 | 111010 | 1001 | 0 | 1001000 | 10100 | 1000011 | 111011 | 110011 |
Color Harmonies of #BACC3A
Complementary color
Monochromatic Colors of #BACC3A
Black with #BACC3A
Text Example
Text Example
White with #BACC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC3A; }
p { color: rgb(186,204,58); }
H1.HeaderClassName
{
color: #BACC3A;
}
.AnyTagClassName
{
color: #BACC3A;
}
</style>
background-color css
<style>
a { background-color: #BACC3A; }
a { background-color: rgb(186,204,58); }
div.DivClassName
{
background-color: #BACC3A;
}
.BgClassName
{
background-color: #BACC3A;
}
</style>
border-color css
<style>
span { border-color: #BACC3A; }
span { border-color: rgb(186,204,58); }
td.TdClassName
{
border-color: #BACC3A;
}
.TagClassName
{
border-color: #BACC3A;
}
</style>