Shades of Fuego #BCEA29
Tints of Fuego #BCEA29
RGB
CMYK
RGB Variations
Color information
#BCEA29 (or 0xBCEA29) is known color: Fuego. HEX triplet: BC, EA and 29. RGB value is (188,234,41). Sum of RGB (Red+Green+Blue) = 188+234+41=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 41 (16.41% from 255 or 8.86% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEA29 is #4315D6. Grayscale: #C6C6C6. Windows color (decimal): -4396503 or 2747068. OLE color: 2747068.
HSL color Cylindrical-coordinate representation of color #BCEA29: hue angle of 74.3º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCEA29 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 41 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.08 |
| HSL | 74.3º | 0.82% | 0.54% | - |
| HSV(B) | 74.3º | 0.82% | 0.92% | - |
| XYZ | 50.56 | 69.7 | 12.89 | - |
| YUV | 198.24 | 39.26 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 41 | 0.20 | 0 | 0.82 | 0.08 | 74.3 | 0.82 | 0.54 |
| Hex | BC | EA | 29 | 14 | 0 | 52 | 8 | 4A | 52 | 36 |
| Octal | 274 | 352 | 51 | 24 | 0 | 122 | 10 | 112 | 122 | 66 |
| Binary | 10111100 | 11101010 | 101001 | 10100 | 0 | 1010010 | 1000 | 1001010 | 1010010 | 110110 |
Color Harmonies of #BCEA29
Complementary color
Monochromatic Colors of #BCEA29
Black with #BCEA29
Text Example
Text Example
White with #BCEA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEA29; }
p { color: rgb(188,234,41); }
H1.HeaderClassName
{
color: #BCEA29;
}
.AnyTagClassName
{
color: #BCEA29;
}
</style>
background-color css
<style>
a { background-color: #BCEA29; }
a { background-color: rgb(188,234,41); }
div.DivClassName
{
background-color: #BCEA29;
}
.BgClassName
{
background-color: #BCEA29;
}
</style>
border-color css
<style>
span { border-color: #BCEA29; }
span { border-color: rgb(188,234,41); }
td.TdClassName
{
border-color: #BCEA29;
}
.TagClassName
{
border-color: #BCEA29;
}
</style>