Shades of Fuego #BCE229
Tints of Fuego #BCE229
RGB
CMYK
RGB Variations
Color information
#BCE229 (or 0xBCE229) is known color: Fuego. HEX triplet: BC, E2 and 29. RGB value is (188,226,41). Sum of RGB (Red+Green+Blue) = 188+226+41=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 226 (88.67% from 255 or 49.67% from 455); Blue value is 41 (16.41% from 255 or 9.01% from 455); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE229 is #431DD6. Grayscale: #C2C2C2. Windows color (decimal): -4398551 or 2745020. OLE color: 2745020.
HSL color Cylindrical-coordinate representation of color #BCE229: hue angle of 72.32º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCE229 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 41 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.11 |
| HSL | 72.32º | 0.76% | 0.52% | - |
| HSV(B) | 72.32º | 0.82% | 0.89% | - |
| XYZ | 48.34 | 65.24 | 12.14 | - |
| YUV | 193.55 | 41.91 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 41 | 0.17 | 0 | 0.82 | 0.11 | 72.32 | 0.76 | 0.52 |
| Hex | BC | E2 | 29 | 11 | 0 | 52 | B | 48 | 4C | 34 |
| Octal | 274 | 342 | 51 | 21 | 0 | 122 | 13 | 110 | 114 | 64 |
| Binary | 10111100 | 11100010 | 101001 | 10001 | 0 | 1010010 | 1011 | 1001000 | 1001100 | 110100 |
Color Harmonies of #BCE229
Complementary color
Monochromatic Colors of #BCE229
Black with #BCE229
Text Example
Text Example
White with #BCE229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE229; }
p { color: rgb(188,226,41); }
H1.HeaderClassName
{
color: #BCE229;
}
.AnyTagClassName
{
color: #BCE229;
}
</style>
background-color css
<style>
a { background-color: #BCE229; }
a { background-color: rgb(188,226,41); }
div.DivClassName
{
background-color: #BCE229;
}
.BgClassName
{
background-color: #BCE229;
}
</style>
border-color css
<style>
span { border-color: #BCE229; }
span { border-color: rgb(188,226,41); }
td.TdClassName
{
border-color: #BCE229;
}
.TagClassName
{
border-color: #BCE229;
}
</style>