Shades of Fuego #BCE927
Tints of Fuego #BCE927
RGB
CMYK
RGB Variations
Color information
#BCE927 (or 0xBCE927) is known color: Fuego. HEX triplet: BC, E9 and 27. RGB value is (188,233,39). Sum of RGB (Red+Green+Blue) = 188+233+39=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 233 (91.41% from 255 or 50.65% from 460); Blue value is 39 (15.62% from 255 or 8.48% from 460); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE927 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE927 is #4316D8. Grayscale: #C6C6C6. Windows color (decimal): -4396761 or 2615740. OLE color: 2615740.
HSL color Cylindrical-coordinate representation of color #BCE927: hue angle of 73.92º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCE927 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 39 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.09 |
| HSL | 73.92º | 0.82% | 0.53% | - |
| HSV(B) | 73.92º | 0.83% | 0.91% | - |
| XYZ | 50.24 | 69.12 | 12.61 | - |
| YUV | 197.43 | 38.59 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 39 | 0.19 | 0 | 0.83 | 0.09 | 73.92 | 0.82 | 0.53 |
| Hex | BC | E9 | 27 | 13 | 0 | 53 | 9 | 4A | 52 | 35 |
| Octal | 274 | 351 | 47 | 23 | 0 | 123 | 11 | 112 | 122 | 65 |
| Binary | 10111100 | 11101001 | 100111 | 10011 | 0 | 1010011 | 1001 | 1001010 | 1010010 | 110101 |
Color Harmonies of #BCE927
Complementary color
Monochromatic Colors of #BCE927
Black with #BCE927
Text Example
Text Example
White with #BCE927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE927; }
p { color: rgb(188,233,39); }
H1.HeaderClassName
{
color: #BCE927;
}
.AnyTagClassName
{
color: #BCE927;
}
</style>
background-color css
<style>
a { background-color: #BCE927; }
a { background-color: rgb(188,233,39); }
div.DivClassName
{
background-color: #BCE927;
}
.BgClassName
{
background-color: #BCE927;
}
</style>
border-color css
<style>
span { border-color: #BCE927; }
span { border-color: rgb(188,233,39); }
td.TdClassName
{
border-color: #BCE927;
}
.TagClassName
{
border-color: #BCE927;
}
</style>