Shades of Fuego #BCD520
Tints of Fuego #BCD520
RGB
CMYK
RGB Variations
Color information
#BCD520 (or 0xBCD520) is known color: Fuego. HEX triplet: BC, D5 and 20. RGB value is (188,213,32). Sum of RGB (Red+Green+Blue) = 188+213+32=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD520 is #432ADF. Grayscale: #B9B9B9. Windows color (decimal): -4401888 or 2151868. OLE color: 2151868.
HSL color Cylindrical-coordinate representation of color #BCD520: hue angle of 68.29º 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 #BCD520 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 32 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.16 |
| HSL | 68.29º | 0.74% | 0.48% | - |
| HSV(B) | 68.29º | 0.85% | 0.84% | - |
| XYZ | 44.79 | 58.38 | 10.27 | - |
| YUV | 184.89 | 41.72 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 32 | 0.12 | 0 | 0.85 | 0.16 | 68.29 | 0.74 | 0.48 |
| Hex | BC | D5 | 20 | C | 0 | 55 | 10 | 44 | 4A | 30 |
| Octal | 274 | 325 | 40 | 14 | 0 | 125 | 20 | 104 | 112 | 60 |
| Binary | 10111100 | 11010101 | 100000 | 1100 | 0 | 1010101 | 10000 | 1000100 | 1001010 | 110000 |
Color Harmonies of #BCD520
Complementary color
Monochromatic Colors of #BCD520
Black with #BCD520
Text Example
Text Example
White with #BCD520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD520; }
p { color: rgb(188,213,32); }
H1.HeaderClassName
{
color: #BCD520;
}
.AnyTagClassName
{
color: #BCD520;
}
</style>
background-color css
<style>
a { background-color: #BCD520; }
a { background-color: rgb(188,213,32); }
div.DivClassName
{
background-color: #BCD520;
}
.BgClassName
{
background-color: #BCD520;
}
</style>
border-color css
<style>
span { border-color: #BCD520; }
span { border-color: rgb(188,213,32); }
td.TdClassName
{
border-color: #BCD520;
}
.TagClassName
{
border-color: #BCD520;
}
</style>