Shades of Fuego #BCD921
Tints of Fuego #BCD921
RGB
CMYK
RGB Variations
Color information
#BCD921 (or 0xBCD921) is known color: Fuego. HEX triplet: BC, D9 and 21. RGB value is (188,217,33). Sum of RGB (Red+Green+Blue) = 188+217+33=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD921 is #4326DE. Grayscale: #BCBCBC. Windows color (decimal): -4400863 or 2218428. OLE color: 2218428.
HSL color Cylindrical-coordinate representation of color #BCD921: hue angle of 69.46º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCD921 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 33 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.15 |
| HSL | 69.46º | 0.74% | 0.49% | - |
| HSV(B) | 69.46º | 0.85% | 0.85% | - |
| XYZ | 45.83 | 60.43 | 10.69 | - |
| YUV | 187.35 | 40.89 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 33 | 0.13 | 0 | 0.85 | 0.15 | 69.46 | 0.74 | 0.49 |
| Hex | BC | D9 | 21 | D | 0 | 55 | F | 45 | 4A | 31 |
| Octal | 274 | 331 | 41 | 15 | 0 | 125 | 17 | 105 | 112 | 61 |
| Binary | 10111100 | 11011001 | 100001 | 1101 | 0 | 1010101 | 1111 | 1000101 | 1001010 | 110001 |
Color Harmonies of #BCD921
Complementary color
Monochromatic Colors of #BCD921
Black with #BCD921
Text Example
Text Example
White with #BCD921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD921; }
p { color: rgb(188,217,33); }
H1.HeaderClassName
{
color: #BCD921;
}
.AnyTagClassName
{
color: #BCD921;
}
</style>
background-color css
<style>
a { background-color: #BCD921; }
a { background-color: rgb(188,217,33); }
div.DivClassName
{
background-color: #BCD921;
}
.BgClassName
{
background-color: #BCD921;
}
</style>
border-color css
<style>
span { border-color: #BCD921; }
span { border-color: rgb(188,217,33); }
td.TdClassName
{
border-color: #BCD921;
}
.TagClassName
{
border-color: #BCD921;
}
</style>