Shades of Fuego #BACD3A
Tints of Fuego #BACD3A
RGB
CMYK
RGB Variations
Color information
#BACD3A (or 0xBACD3A) is known color: Fuego. HEX triplet: BA, CD and 3A. RGB value is (186,205,58). Sum of RGB (Red+Green+Blue) = 186+205+58=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACD3A is #4532C5. Grayscale: #B7B7B7. Windows color (decimal): -4534982 or 3853754. OLE color: 3853754.
HSL color Cylindrical-coordinate representation of color #BACD3A: hue angle of 67.76º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BACD3A is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 58 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.20 |
| HSL | 67.76º | 0.6% | 0.52% | - |
| HSV(B) | 67.76º | 0.72% | 0.8% | - |
| XYZ | 42.84 | 54.41 | 12.25 | - |
| YUV | 182.56 | 57.71 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 58 | 0.09 | 0 | 0.72 | 0.20 | 67.76 | 0.6 | 0.52 |
| Hex | BA | CD | 3A | 9 | 0 | 48 | 14 | 44 | 3C | 34 |
| Octal | 272 | 315 | 72 | 11 | 0 | 110 | 24 | 104 | 74 | 64 |
| Binary | 10111010 | 11001101 | 111010 | 1001 | 0 | 1001000 | 10100 | 1000100 | 111100 | 110100 |
Color Harmonies of #BACD3A
Complementary color
Monochromatic Colors of #BACD3A
Black with #BACD3A
Text Example
Text Example
White with #BACD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD3A; }
p { color: rgb(186,205,58); }
H1.HeaderClassName
{
color: #BACD3A;
}
.AnyTagClassName
{
color: #BACD3A;
}
</style>
background-color css
<style>
a { background-color: #BACD3A; }
a { background-color: rgb(186,205,58); }
div.DivClassName
{
background-color: #BACD3A;
}
.BgClassName
{
background-color: #BACD3A;
}
</style>
border-color css
<style>
span { border-color: #BACD3A; }
span { border-color: rgb(186,205,58); }
td.TdClassName
{
border-color: #BACD3A;
}
.TagClassName
{
border-color: #BACD3A;
}
</style>