Shades of Fuego #BCD721
Tints of Fuego #BCD721
RGB
CMYK
RGB Variations
Color information
#BCD721 (or 0xBCD721) is known color: Fuego. HEX triplet: BC, D7 and 21. RGB value is (188,215,33). Sum of RGB (Red+Green+Blue) = 188+215+33=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD721 is #4328DE. Grayscale: #BABABA. Windows color (decimal): -4401375 or 2217916. OLE color: 2217916.
HSL color Cylindrical-coordinate representation of color #BCD721: hue angle of 68.9º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCD721 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 33 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.16 |
| HSL | 68.9º | 0.73% | 0.49% | - |
| HSV(B) | 68.9º | 0.85% | 0.84% | - |
| XYZ | 45.31 | 59.4 | 10.52 | - |
| YUV | 186.18 | 41.55 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 33 | 0.13 | 0 | 0.85 | 0.16 | 68.9 | 0.73 | 0.49 |
| Hex | BC | D7 | 21 | D | 0 | 55 | 10 | 45 | 49 | 31 |
| Octal | 274 | 327 | 41 | 15 | 0 | 125 | 20 | 105 | 111 | 61 |
| Binary | 10111100 | 11010111 | 100001 | 1101 | 0 | 1010101 | 10000 | 1000101 | 1001001 | 110001 |
Color Harmonies of #BCD721
Complementary color
Monochromatic Colors of #BCD721
Black with #BCD721
Text Example
Text Example
White with #BCD721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD721; }
p { color: rgb(188,215,33); }
H1.HeaderClassName
{
color: #BCD721;
}
.AnyTagClassName
{
color: #BCD721;
}
</style>
background-color css
<style>
a { background-color: #BCD721; }
a { background-color: rgb(188,215,33); }
div.DivClassName
{
background-color: #BCD721;
}
.BgClassName
{
background-color: #BCD721;
}
</style>
border-color css
<style>
span { border-color: #BCD721; }
span { border-color: rgb(188,215,33); }
td.TdClassName
{
border-color: #BCD721;
}
.TagClassName
{
border-color: #BCD721;
}
</style>