Shades of Fuego #BAC830
Tints of Fuego #BAC830
RGB
CMYK
RGB Variations
Color information
#BAC830 (or 0xBAC830) is known color: Fuego. HEX triplet: BA, C8 and 30. RGB value is (186,200,48). Sum of RGB (Red+Green+Blue) = 186+200+48=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC830 is #4537CF. Grayscale: #B3B3B3. Windows color (decimal): -4536272 or 3197114. OLE color: 3197114.
HSL color Cylindrical-coordinate representation of color #BAC830: hue angle of 65.53º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAC830 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 48 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.22 |
| HSL | 65.53º | 0.61% | 0.49% | - |
| HSV(B) | 65.53º | 0.76% | 0.78% | - |
| XYZ | 41.44 | 51.96 | 10.64 | - |
| YUV | 178.49 | 54.36 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 48 | 0.07 | 0 | 0.76 | 0.22 | 65.53 | 0.61 | 0.49 |
| Hex | BA | C8 | 30 | 7 | 0 | 4C | 16 | 42 | 3D | 31 |
| Octal | 272 | 310 | 60 | 7 | 0 | 114 | 26 | 102 | 75 | 61 |
| Binary | 10111010 | 11001000 | 110000 | 111 | 0 | 1001100 | 10110 | 1000010 | 111101 | 110001 |
Color Harmonies of #BAC830
Complementary color
Monochromatic Colors of #BAC830
Black with #BAC830
Text Example
Text Example
White with #BAC830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC830; }
p { color: rgb(186,200,48); }
H1.HeaderClassName
{
color: #BAC830;
}
.AnyTagClassName
{
color: #BAC830;
}
</style>
background-color css
<style>
a { background-color: #BAC830; }
a { background-color: rgb(186,200,48); }
div.DivClassName
{
background-color: #BAC830;
}
.BgClassName
{
background-color: #BAC830;
}
</style>
border-color css
<style>
span { border-color: #BAC830; }
span { border-color: rgb(186,200,48); }
td.TdClassName
{
border-color: #BAC830;
}
.TagClassName
{
border-color: #BAC830;
}
</style>