Shades of Fuego #BAC635
Tints of Fuego #BAC635
RGB
CMYK
RGB Variations
Color information
#BAC635 (or 0xBAC635) is known color: Fuego. HEX triplet: BA, C6 and 35. RGB value is (186,198,53). Sum of RGB (Red+Green+Blue) = 186+198+53=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC635 is #4539CA. Grayscale: #B2B2B2. Windows color (decimal): -4536779 or 3524282. OLE color: 3524282.
HSL color Cylindrical-coordinate representation of color #BAC635: hue angle of 64.97º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAC635 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 53 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.22 |
| HSL | 64.97º | 0.58% | 0.49% | - |
| HSV(B) | 64.97º | 0.73% | 0.78% | - |
| XYZ | 41.09 | 51.08 | 11.06 | - |
| YUV | 177.88 | 57.52 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 53 | 0.06 | 0 | 0.73 | 0.22 | 64.97 | 0.58 | 0.49 |
| Hex | BA | C6 | 35 | 6 | 0 | 49 | 16 | 41 | 3A | 31 |
| Octal | 272 | 306 | 65 | 6 | 0 | 111 | 26 | 101 | 72 | 61 |
| Binary | 10111010 | 11000110 | 110101 | 110 | 0 | 1001001 | 10110 | 1000001 | 111010 | 110001 |
Color Harmonies of #BAC635
Complementary color
Monochromatic Colors of #BAC635
Black with #BAC635
Text Example
Text Example
White with #BAC635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC635; }
p { color: rgb(186,198,53); }
H1.HeaderClassName
{
color: #BAC635;
}
.AnyTagClassName
{
color: #BAC635;
}
</style>
background-color css
<style>
a { background-color: #BAC635; }
a { background-color: rgb(186,198,53); }
div.DivClassName
{
background-color: #BAC635;
}
.BgClassName
{
background-color: #BAC635;
}
</style>
border-color css
<style>
span { border-color: #BAC635; }
span { border-color: rgb(186,198,53); }
td.TdClassName
{
border-color: #BAC635;
}
.TagClassName
{
border-color: #BAC635;
}
</style>