Shades of Fuego #BCD820
Tints of Fuego #BCD820
RGB
CMYK
RGB Variations
Color information
#BCD820 (or 0xBCD820) is known color: Fuego. HEX triplet: BC, D8 and 20. RGB value is (188,216,32). Sum of RGB (Red+Green+Blue) = 188+216+32=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD820 is #4327DF. Grayscale: #BBBBBB. Windows color (decimal): -4401120 or 2152636. OLE color: 2152636.
HSL color Cylindrical-coordinate representation of color #BCD820: hue angle of 69.13º 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 #BCD820 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 32 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.15 |
| HSL | 69.13º | 0.74% | 0.49% | - |
| HSV(B) | 69.13º | 0.85% | 0.85% | - |
| XYZ | 45.56 | 59.91 | 10.53 | - |
| YUV | 186.65 | 40.72 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 32 | 0.13 | 0 | 0.85 | 0.15 | 69.13 | 0.74 | 0.49 |
| Hex | BC | D8 | 20 | D | 0 | 55 | F | 45 | 4A | 31 |
| Octal | 274 | 330 | 40 | 15 | 0 | 125 | 17 | 105 | 112 | 61 |
| Binary | 10111100 | 11011000 | 100000 | 1101 | 0 | 1010101 | 1111 | 1000101 | 1001010 | 110001 |
Color Harmonies of #BCD820
Complementary color
Monochromatic Colors of #BCD820
Black with #BCD820
Text Example
Text Example
White with #BCD820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD820; }
p { color: rgb(188,216,32); }
H1.HeaderClassName
{
color: #BCD820;
}
.AnyTagClassName
{
color: #BCD820;
}
</style>
background-color css
<style>
a { background-color: #BCD820; }
a { background-color: rgb(188,216,32); }
div.DivClassName
{
background-color: #BCD820;
}
.BgClassName
{
background-color: #BCD820;
}
</style>
border-color css
<style>
span { border-color: #BCD820; }
span { border-color: rgb(188,216,32); }
td.TdClassName
{
border-color: #BCD820;
}
.TagClassName
{
border-color: #BCD820;
}
</style>