Shades of Fuego #BCD636
Tints of Fuego #BCD636
RGB
CMYK
RGB Variations
Color information
#BCD636 (or 0xBCD636) is known color: Fuego. HEX triplet: BC, D6 and 36. RGB value is (188,214,54). Sum of RGB (Red+Green+Blue) = 188+214+54=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 54 (21.48% from 255 or 11.84% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD636 is #4329C9. Grayscale: #BCBCBC. Windows color (decimal): -4401610 or 3593916. OLE color: 3593916.
HSL color Cylindrical-coordinate representation of color #BCD636: hue angle of 69.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCD636 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 54 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.16 |
| HSL | 69.75º | 0.66% | 0.53% | - |
| HSV(B) | 69.75º | 0.75% | 0.84% | - |
| XYZ | 45.45 | 59.05 | 12.49 | - |
| YUV | 187.99 | 52.39 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 54 | 0.12 | 0 | 0.75 | 0.16 | 69.75 | 0.66 | 0.53 |
| Hex | BC | D6 | 36 | C | 0 | 4B | 10 | 46 | 42 | 35 |
| Octal | 274 | 326 | 66 | 14 | 0 | 113 | 20 | 106 | 102 | 65 |
| Binary | 10111100 | 11010110 | 110110 | 1100 | 0 | 1001011 | 10000 | 1000110 | 1000010 | 110101 |
Color Harmonies of #BCD636
Complementary color
Monochromatic Colors of #BCD636
Black with #BCD636
Text Example
Text Example
White with #BCD636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD636; }
p { color: rgb(188,214,54); }
H1.HeaderClassName
{
color: #BCD636;
}
.AnyTagClassName
{
color: #BCD636;
}
</style>
background-color css
<style>
a { background-color: #BCD636; }
a { background-color: rgb(188,214,54); }
div.DivClassName
{
background-color: #BCD636;
}
.BgClassName
{
background-color: #BCD636;
}
</style>
border-color css
<style>
span { border-color: #BCD636; }
span { border-color: rgb(188,214,54); }
td.TdClassName
{
border-color: #BCD636;
}
.TagClassName
{
border-color: #BCD636;
}
</style>