Shades of Fuego #BCD720
Tints of Fuego #BCD720
RGB
CMYK
RGB Variations
Color information
#BCD720 (or 0xBCD720) is known color: Fuego. HEX triplet: BC, D7 and 20. RGB value is (188,215,32). Sum of RGB (Red+Green+Blue) = 188+215+32=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD720 is #4328DF. Grayscale: #BABABA. Windows color (decimal): -4401376 or 2152380. OLE color: 2152380.
HSL color Cylindrical-coordinate representation of color #BCD720: hue angle of 68.85º degrees, saturation: 0.74, 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 #BCD720 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 32 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.16 |
| HSL | 68.85º | 0.74% | 0.48% | - |
| HSV(B) | 68.85º | 0.85% | 0.84% | - |
| XYZ | 45.3 | 59.4 | 10.44 | - |
| YUV | 186.07 | 41.05 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 32 | 0.13 | 0 | 0.85 | 0.16 | 68.85 | 0.74 | 0.48 |
| Hex | BC | D7 | 20 | D | 0 | 55 | 10 | 45 | 4A | 30 |
| Octal | 274 | 327 | 40 | 15 | 0 | 125 | 20 | 105 | 112 | 60 |
| Binary | 10111100 | 11010111 | 100000 | 1101 | 0 | 1010101 | 10000 | 1000101 | 1001010 | 110000 |
Color Harmonies of #BCD720
Complementary color
Monochromatic Colors of #BCD720
Black with #BCD720
Text Example
Text Example
White with #BCD720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD720; }
p { color: rgb(188,215,32); }
H1.HeaderClassName
{
color: #BCD720;
}
.AnyTagClassName
{
color: #BCD720;
}
</style>
background-color css
<style>
a { background-color: #BCD720; }
a { background-color: rgb(188,215,32); }
div.DivClassName
{
background-color: #BCD720;
}
.BgClassName
{
background-color: #BCD720;
}
</style>
border-color css
<style>
span { border-color: #BCD720; }
span { border-color: rgb(188,215,32); }
td.TdClassName
{
border-color: #BCD720;
}
.TagClassName
{
border-color: #BCD720;
}
</style>