Shades of Fuego #BCEC2B
Tints of Fuego #BCEC2B
RGB
CMYK
RGB Variations
Color information
#BCEC2B (or 0xBCEC2B) is known color: Fuego. HEX triplet: BC, EC and 2B. RGB value is (188,236,43). Sum of RGB (Red+Green+Blue) = 188+236+43=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 43 (17.19% from 255 or 9.21% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC2B is #4313D4. Grayscale: #C8C8C8. Windows color (decimal): -4395989 or 2878652. OLE color: 2878652.
HSL color Cylindrical-coordinate representation of color #BCEC2B: hue angle of 74.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCEC2B is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 43 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.07 |
| HSL | 74.92º | 0.84% | 0.55% | - |
| HSV(B) | 74.92º | 0.82% | 0.93% | - |
| XYZ | 51.17 | 70.86 | 13.27 | - |
| YUV | 199.65 | 39.6 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 43 | 0.20 | 0 | 0.82 | 0.07 | 74.92 | 0.84 | 0.55 |
| Hex | BC | EC | 2B | 14 | 0 | 52 | 7 | 4B | 54 | 37 |
| Octal | 274 | 354 | 53 | 24 | 0 | 122 | 7 | 113 | 124 | 67 |
| Binary | 10111100 | 11101100 | 101011 | 10100 | 0 | 1010010 | 111 | 1001011 | 1010100 | 110111 |
Color Harmonies of #BCEC2B
Complementary color
Monochromatic Colors of #BCEC2B
Black with #BCEC2B
Text Example
Text Example
White with #BCEC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC2B; }
p { color: rgb(188,236,43); }
H1.HeaderClassName
{
color: #BCEC2B;
}
.AnyTagClassName
{
color: #BCEC2B;
}
</style>
background-color css
<style>
a { background-color: #BCEC2B; }
a { background-color: rgb(188,236,43); }
div.DivClassName
{
background-color: #BCEC2B;
}
.BgClassName
{
background-color: #BCEC2B;
}
</style>
border-color css
<style>
span { border-color: #BCEC2B; }
span { border-color: rgb(188,236,43); }
td.TdClassName
{
border-color: #BCEC2B;
}
.TagClassName
{
border-color: #BCEC2B;
}
</style>