Shades of Fuego #BCD620
Tints of Fuego #BCD620
RGB
CMYK
RGB Variations
Color information
#BCD620 (or 0xBCD620) is known color: Fuego. HEX triplet: BC, D6 and 20. RGB value is (188,214,32). Sum of RGB (Red+Green+Blue) = 188+214+32=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD620 is #4329DF. Grayscale: #BABABA. Windows color (decimal): -4401632 or 2152124. OLE color: 2152124.
HSL color Cylindrical-coordinate representation of color #BCD620: hue angle of 68.57º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCD620 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 32 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.16 |
| HSL | 68.57º | 0.74% | 0.48% | - |
| HSV(B) | 68.57º | 0.85% | 0.84% | - |
| XYZ | 45.05 | 58.89 | 10.36 | - |
| YUV | 185.48 | 41.39 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 32 | 0.12 | 0 | 0.85 | 0.16 | 68.57 | 0.74 | 0.48 |
| Hex | BC | D6 | 20 | C | 0 | 55 | 10 | 45 | 4A | 30 |
| Octal | 274 | 326 | 40 | 14 | 0 | 125 | 20 | 105 | 112 | 60 |
| Binary | 10111100 | 11010110 | 100000 | 1100 | 0 | 1010101 | 10000 | 1000101 | 1001010 | 110000 |
Color Harmonies of #BCD620
Complementary color
Monochromatic Colors of #BCD620
Black with #BCD620
Text Example
Text Example
White with #BCD620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD620; }
p { color: rgb(188,214,32); }
H1.HeaderClassName
{
color: #BCD620;
}
.AnyTagClassName
{
color: #BCD620;
}
</style>
background-color css
<style>
a { background-color: #BCD620; }
a { background-color: rgb(188,214,32); }
div.DivClassName
{
background-color: #BCD620;
}
.BgClassName
{
background-color: #BCD620;
}
</style>
border-color css
<style>
span { border-color: #BCD620; }
span { border-color: rgb(188,214,32); }
td.TdClassName
{
border-color: #BCD620;
}
.TagClassName
{
border-color: #BCD620;
}
</style>