Shades of Fuego #BCD521
Tints of Fuego #BCD521
RGB
CMYK
RGB Variations
Color information
#BCD521 (or 0xBCD521) is known color: Fuego. HEX triplet: BC, D5 and 21. RGB value is (188,213,33). Sum of RGB (Red+Green+Blue) = 188+213+33=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD521 is #432ADE. Grayscale: #B9B9B9. Windows color (decimal): -4401887 or 2217404. OLE color: 2217404.
HSL color Cylindrical-coordinate representation of color #BCD521: hue angle of 68.33º degrees, saturation: 0.73, 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 #BCD521 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 33 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.16 |
| HSL | 68.33º | 0.73% | 0.48% | - |
| HSV(B) | 68.33º | 0.85% | 0.84% | - |
| XYZ | 44.81 | 58.39 | 10.35 | - |
| YUV | 185.01 | 42.22 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 33 | 0.12 | 0 | 0.85 | 0.16 | 68.33 | 0.73 | 0.48 |
| Hex | BC | D5 | 21 | C | 0 | 55 | 10 | 44 | 49 | 30 |
| Octal | 274 | 325 | 41 | 14 | 0 | 125 | 20 | 104 | 111 | 60 |
| Binary | 10111100 | 11010101 | 100001 | 1100 | 0 | 1010101 | 10000 | 1000100 | 1001001 | 110000 |
Color Harmonies of #BCD521
Complementary color
Monochromatic Colors of #BCD521
Black with #BCD521
Text Example
Text Example
White with #BCD521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD521; }
p { color: rgb(188,213,33); }
H1.HeaderClassName
{
color: #BCD521;
}
.AnyTagClassName
{
color: #BCD521;
}
</style>
background-color css
<style>
a { background-color: #BCD521; }
a { background-color: rgb(188,213,33); }
div.DivClassName
{
background-color: #BCD521;
}
.BgClassName
{
background-color: #BCD521;
}
</style>
border-color css
<style>
span { border-color: #BCD521; }
span { border-color: rgb(188,213,33); }
td.TdClassName
{
border-color: #BCD521;
}
.TagClassName
{
border-color: #BCD521;
}
</style>