Shades of Fuego #BCC236
Tints of Fuego #BCC236
RGB
CMYK
RGB Variations
Color information
#BCC236 (or 0xBCC236) is known color: Fuego. HEX triplet: BC, C2 and 36. RGB value is (188,194,54). Sum of RGB (Red+Green+Blue) = 188+194+54=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC236 is #433DC9. Grayscale: #B0B0B0. Windows color (decimal): -4406730 or 3588796. OLE color: 3588796.
HSL color Cylindrical-coordinate representation of color #BCC236: hue angle of 62.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCC236 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 54 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.24 |
| HSL | 62.57º | 0.56% | 0.49% | - |
| HSV(B) | 62.57º | 0.72% | 0.76% | - |
| XYZ | 40.7 | 49.54 | 10.91 | - |
| YUV | 176.25 | 59.01 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 54 | 0.03 | 0 | 0.72 | 0.24 | 62.57 | 0.56 | 0.49 |
| Hex | BC | C2 | 36 | 3 | 0 | 48 | 18 | 3F | 38 | 31 |
| Octal | 274 | 302 | 66 | 3 | 0 | 110 | 30 | 77 | 70 | 61 |
| Binary | 10111100 | 11000010 | 110110 | 11 | 0 | 1001000 | 11000 | 111111 | 111000 | 110001 |
Color Harmonies of #BCC236
Complementary color
Monochromatic Colors of #BCC236
Black with #BCC236
Text Example
Text Example
White with #BCC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC236; }
p { color: rgb(188,194,54); }
H1.HeaderClassName
{
color: #BCC236;
}
.AnyTagClassName
{
color: #BCC236;
}
</style>
background-color css
<style>
a { background-color: #BCC236; }
a { background-color: rgb(188,194,54); }
div.DivClassName
{
background-color: #BCC236;
}
.BgClassName
{
background-color: #BCC236;
}
</style>
border-color css
<style>
span { border-color: #BCC236; }
span { border-color: rgb(188,194,54); }
td.TdClassName
{
border-color: #BCC236;
}
.TagClassName
{
border-color: #BCC236;
}
</style>