Shades of Fuego #BCEA2B
Tints of Fuego #BCEA2B
RGB
CMYK
RGB Variations
Color information
#BCEA2B (or 0xBCEA2B) is known color: Fuego. HEX triplet: BC, EA and 2B. RGB value is (188,234,43). Sum of RGB (Red+Green+Blue) = 188+234+43=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 43 (17.19% from 255 or 9.25% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEA2B is #4315D4. Grayscale: #C7C7C7. Windows color (decimal): -4396501 or 2878140. OLE color: 2878140.
HSL color Cylindrical-coordinate representation of color #BCEA2B: hue angle of 74.45º 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 #BCEA2B is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 43 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.08 |
| HSL | 74.45º | 0.82% | 0.54% | - |
| HSV(B) | 74.45º | 0.82% | 0.92% | - |
| XYZ | 50.6 | 69.71 | 13.07 | - |
| YUV | 198.47 | 40.26 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 43 | 0.20 | 0 | 0.82 | 0.08 | 74.45 | 0.82 | 0.54 |
| Hex | BC | EA | 2B | 14 | 0 | 52 | 8 | 4A | 52 | 36 |
| Octal | 274 | 352 | 53 | 24 | 0 | 122 | 10 | 112 | 122 | 66 |
| Binary | 10111100 | 11101010 | 101011 | 10100 | 0 | 1010010 | 1000 | 1001010 | 1010010 | 110110 |
Color Harmonies of #BCEA2B
Complementary color
Monochromatic Colors of #BCEA2B
Black with #BCEA2B
Text Example
Text Example
White with #BCEA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEA2B; }
p { color: rgb(188,234,43); }
H1.HeaderClassName
{
color: #BCEA2B;
}
.AnyTagClassName
{
color: #BCEA2B;
}
</style>
background-color css
<style>
a { background-color: #BCEA2B; }
a { background-color: rgb(188,234,43); }
div.DivClassName
{
background-color: #BCEA2B;
}
.BgClassName
{
background-color: #BCEA2B;
}
</style>
border-color css
<style>
span { border-color: #BCEA2B; }
span { border-color: rgb(188,234,43); }
td.TdClassName
{
border-color: #BCEA2B;
}
.TagClassName
{
border-color: #BCEA2B;
}
</style>