Shades of Fuego #BCC536
Tints of Fuego #BCC536
RGB
CMYK
RGB Variations
Color information
#BCC536 (or 0xBCC536) is known color: Fuego. HEX triplet: BC, C5 and 36. RGB value is (188,197,54). Sum of RGB (Red+Green+Blue) = 188+197+54=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC536 is #433AC9. Grayscale: #B2B2B2. Windows color (decimal): -4405962 or 3589564. OLE color: 3589564.
HSL color Cylindrical-coordinate representation of color #BCC536: hue angle of 63.78º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCC536 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 54 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.23 |
| HSL | 63.78º | 0.57% | 0.49% | - |
| HSV(B) | 63.78º | 0.73% | 0.77% | - |
| XYZ | 41.37 | 50.89 | 11.13 | - |
| YUV | 178.01 | 58.02 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 54 | 0.05 | 0 | 0.73 | 0.23 | 63.78 | 0.57 | 0.49 |
| Hex | BC | C5 | 36 | 5 | 0 | 49 | 17 | 40 | 39 | 31 |
| Octal | 274 | 305 | 66 | 5 | 0 | 111 | 27 | 100 | 71 | 61 |
| Binary | 10111100 | 11000101 | 110110 | 101 | 0 | 1001001 | 10111 | 1000000 | 111001 | 110001 |
Color Harmonies of #BCC536
Complementary color
Monochromatic Colors of #BCC536
Black with #BCC536
Text Example
Text Example
White with #BCC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC536; }
p { color: rgb(188,197,54); }
H1.HeaderClassName
{
color: #BCC536;
}
.AnyTagClassName
{
color: #BCC536;
}
</style>
background-color css
<style>
a { background-color: #BCC536; }
a { background-color: rgb(188,197,54); }
div.DivClassName
{
background-color: #BCC536;
}
.BgClassName
{
background-color: #BCC536;
}
</style>
border-color css
<style>
span { border-color: #BCC536; }
span { border-color: rgb(188,197,54); }
td.TdClassName
{
border-color: #BCC536;
}
.TagClassName
{
border-color: #BCC536;
}
</style>