Shades of Fuego #BCE928
Tints of Fuego #BCE928
RGB
CMYK
RGB Variations
Color information
#BCE928 (or 0xBCE928) is known color: Fuego. HEX triplet: BC, E9 and 28. RGB value is (188,233,40). Sum of RGB (Red+Green+Blue) = 188+233+40=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 233 (91.41% from 255 or 50.54% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE928 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE928 is #4316D7. Grayscale: #C6C6C6. Windows color (decimal): -4396760 or 2681276. OLE color: 2681276.
HSL color Cylindrical-coordinate representation of color #BCE928: hue angle of 73.99º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCE928 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 40 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.09 |
| HSL | 73.99º | 0.81% | 0.54% | - |
| HSV(B) | 73.99º | 0.83% | 0.91% | - |
| XYZ | 50.26 | 69.12 | 12.7 | - |
| YUV | 197.54 | 39.09 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 40 | 0.19 | 0 | 0.83 | 0.09 | 73.99 | 0.81 | 0.54 |
| Hex | BC | E9 | 28 | 13 | 0 | 53 | 9 | 4A | 51 | 36 |
| Octal | 274 | 351 | 50 | 23 | 0 | 123 | 11 | 112 | 121 | 66 |
| Binary | 10111100 | 11101001 | 101000 | 10011 | 0 | 1010011 | 1001 | 1001010 | 1010001 | 110110 |
Color Harmonies of #BCE928
Complementary color
Monochromatic Colors of #BCE928
Black with #BCE928
Text Example
Text Example
White with #BCE928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE928; }
p { color: rgb(188,233,40); }
H1.HeaderClassName
{
color: #BCE928;
}
.AnyTagClassName
{
color: #BCE928;
}
</style>
background-color css
<style>
a { background-color: #BCE928; }
a { background-color: rgb(188,233,40); }
div.DivClassName
{
background-color: #BCE928;
}
.BgClassName
{
background-color: #BCE928;
}
</style>
border-color css
<style>
span { border-color: #BCE928; }
span { border-color: rgb(188,233,40); }
td.TdClassName
{
border-color: #BCE928;
}
.TagClassName
{
border-color: #BCE928;
}
</style>