Shades of Fuego #BCD821
Tints of Fuego #BCD821
RGB
CMYK
RGB Variations
Color information
#BCD821 (or 0xBCD821) is known color: Fuego. HEX triplet: BC, D8 and 21. RGB value is (188,216,33). Sum of RGB (Red+Green+Blue) = 188+216+33=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD821 is #4327DE. Grayscale: #BBBBBB. Windows color (decimal): -4401119 or 2218172. OLE color: 2218172.
HSL color Cylindrical-coordinate representation of color #BCD821: hue angle of 69.18º degrees, saturation: 0.73, 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 #BCD821 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 33 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.15 |
| HSL | 69.18º | 0.73% | 0.49% | - |
| HSV(B) | 69.18º | 0.85% | 0.85% | - |
| XYZ | 45.57 | 59.91 | 10.6 | - |
| YUV | 186.77 | 41.22 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 33 | 0.13 | 0 | 0.85 | 0.15 | 69.18 | 0.73 | 0.49 |
| Hex | BC | D8 | 21 | D | 0 | 55 | F | 45 | 49 | 31 |
| Octal | 274 | 330 | 41 | 15 | 0 | 125 | 17 | 105 | 111 | 61 |
| Binary | 10111100 | 11011000 | 100001 | 1101 | 0 | 1010101 | 1111 | 1000101 | 1001001 | 110001 |
Color Harmonies of #BCD821
Complementary color
Monochromatic Colors of #BCD821
Black with #BCD821
Text Example
Text Example
White with #BCD821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD821; }
p { color: rgb(188,216,33); }
H1.HeaderClassName
{
color: #BCD821;
}
.AnyTagClassName
{
color: #BCD821;
}
</style>
background-color css
<style>
a { background-color: #BCD821; }
a { background-color: rgb(188,216,33); }
div.DivClassName
{
background-color: #BCD821;
}
.BgClassName
{
background-color: #BCD821;
}
</style>
border-color css
<style>
span { border-color: #BCD821; }
span { border-color: rgb(188,216,33); }
td.TdClassName
{
border-color: #BCD821;
}
.TagClassName
{
border-color: #BCD821;
}
</style>