Shades of Fuego #BCE223
Tints of Fuego #BCE223
RGB
CMYK
RGB Variations
Color information
#BCE223 (or 0xBCE223) is known color: Fuego. HEX triplet: BC, E2 and 23. RGB value is (188,226,35). Sum of RGB (Red+Green+Blue) = 188+226+35=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE223 is #431DDC. Grayscale: #C1C1C1. Windows color (decimal): -4398557 or 2351804. OLE color: 2351804.
HSL color Cylindrical-coordinate representation of color #BCE223: hue angle of 71.94º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCE223 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 35 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.11 |
| HSL | 71.94º | 0.77% | 0.51% | - |
| HSV(B) | 71.94º | 0.85% | 0.89% | - |
| XYZ | 48.24 | 65.21 | 11.63 | - |
| YUV | 192.86 | 38.91 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 35 | 0.17 | 0 | 0.85 | 0.11 | 71.94 | 0.77 | 0.51 |
| Hex | BC | E2 | 23 | 11 | 0 | 55 | B | 48 | 4D | 33 |
| Octal | 274 | 342 | 43 | 21 | 0 | 125 | 13 | 110 | 115 | 63 |
| Binary | 10111100 | 11100010 | 100011 | 10001 | 0 | 1010101 | 1011 | 1001000 | 1001101 | 110011 |
Color Harmonies of #BCE223
Complementary color
Monochromatic Colors of #BCE223
Black with #BCE223
Text Example
Text Example
White with #BCE223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE223; }
p { color: rgb(188,226,35); }
H1.HeaderClassName
{
color: #BCE223;
}
.AnyTagClassName
{
color: #BCE223;
}
</style>
background-color css
<style>
a { background-color: #BCE223; }
a { background-color: rgb(188,226,35); }
div.DivClassName
{
background-color: #BCE223;
}
.BgClassName
{
background-color: #BCE223;
}
</style>
border-color css
<style>
span { border-color: #BCE223; }
span { border-color: rgb(188,226,35); }
td.TdClassName
{
border-color: #BCE223;
}
.TagClassName
{
border-color: #BCE223;
}
</style>