Shades of Fuego #BCEB29
Tints of Fuego #BCEB29
RGB
CMYK
RGB Variations
Color information
#BCEB29 (or 0xBCEB29) is known color: Fuego. HEX triplet: BC, EB and 29. RGB value is (188,235,41). Sum of RGB (Red+Green+Blue) = 188+235+41=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 41 (16.41% from 255 or 8.84% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEB29 is #4314D6. Grayscale: #C7C7C7. Windows color (decimal): -4396247 or 2747324. OLE color: 2747324.
HSL color Cylindrical-coordinate representation of color #BCEB29: hue angle of 74.54º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCEB29 is Cyan = 0.2, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 41 | - |
| CMYK | 0.2 | 0 | 0.83 | 0.08 |
| HSL | 74.54º | 0.83% | 0.54% | - |
| HSV(B) | 74.54º | 0.83% | 0.92% | - |
| XYZ | 50.85 | 70.27 | 12.98 | - |
| YUV | 198.83 | 38.93 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 41 | 0.2 | 0 | 0.83 | 0.08 | 74.54 | 0.83 | 0.54 |
| Hex | BC | EB | 29 | 14 | 0 | 53 | 8 | 4B | 53 | 36 |
| Octal | 274 | 353 | 51 | 24 | 0 | 123 | 10 | 113 | 123 | 66 |
| Binary | 10111100 | 11101011 | 101001 | 10100 | 0 | 1010011 | 1000 | 1001011 | 1010011 | 110110 |
Color Harmonies of #BCEB29
Complementary color
Monochromatic Colors of #BCEB29
Black with #BCEB29
Text Example
Text Example
White with #BCEB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEB29; }
p { color: rgb(188,235,41); }
H1.HeaderClassName
{
color: #BCEB29;
}
.AnyTagClassName
{
color: #BCEB29;
}
</style>
background-color css
<style>
a { background-color: #BCEB29; }
a { background-color: rgb(188,235,41); }
div.DivClassName
{
background-color: #BCEB29;
}
.BgClassName
{
background-color: #BCEB29;
}
</style>
border-color css
<style>
span { border-color: #BCEB29; }
span { border-color: rgb(188,235,41); }
td.TdClassName
{
border-color: #BCEB29;
}
.TagClassName
{
border-color: #BCEB29;
}
</style>