Shades of Fuego #BCD828
Tints of Fuego #BCD828
RGB
CMYK
RGB Variations
Color information
#BCD828 (or 0xBCD828) is known color: Fuego. HEX triplet: BC, D8 and 28. RGB value is (188,216,40). Sum of RGB (Red+Green+Blue) = 188+216+40=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 40 (16.02% from 255 or 9.01% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD828 is #4327D7. Grayscale: #BCBCBC. Windows color (decimal): -4401112 or 2676924. OLE color: 2676924.
HSL color Cylindrical-coordinate representation of color #BCD828: hue angle of 69.55º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCD828 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 40 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.15 |
| HSL | 69.55º | 0.69% | 0.5% | - |
| HSV(B) | 69.55º | 0.81% | 0.85% | - |
| XYZ | 45.68 | 59.96 | 11.17 | - |
| YUV | 187.56 | 44.72 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 40 | 0.13 | 0 | 0.81 | 0.15 | 69.55 | 0.69 | 0.5 |
| Hex | BC | D8 | 28 | D | 0 | 51 | F | 46 | 45 | 32 |
| Octal | 274 | 330 | 50 | 15 | 0 | 121 | 17 | 106 | 105 | 62 |
| Binary | 10111100 | 11011000 | 101000 | 1101 | 0 | 1010001 | 1111 | 1000110 | 1000101 | 110010 |
Color Harmonies of #BCD828
Complementary color
Monochromatic Colors of #BCD828
Black with #BCD828
Text Example
Text Example
White with #BCD828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD828; }
p { color: rgb(188,216,40); }
H1.HeaderClassName
{
color: #BCD828;
}
.AnyTagClassName
{
color: #BCD828;
}
</style>
background-color css
<style>
a { background-color: #BCD828; }
a { background-color: rgb(188,216,40); }
div.DivClassName
{
background-color: #BCD828;
}
.BgClassName
{
background-color: #BCD828;
}
</style>
border-color css
<style>
span { border-color: #BCD828; }
span { border-color: rgb(188,216,40); }
td.TdClassName
{
border-color: #BCD828;
}
.TagClassName
{
border-color: #BCD828;
}
</style>