Shades of Fuego #BCCE28
Tints of Fuego #BCCE28
RGB
CMYK
RGB Variations
Color information
#BCCE28 (or 0xBCCE28) is known color: Fuego. HEX triplet: BC, CE and 28. RGB value is (188,206,40). Sum of RGB (Red+Green+Blue) = 188+206+40=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCE28 is #4331D7. Grayscale: #B6B6B6. Windows color (decimal): -4403672 or 2674364. OLE color: 2674364.
HSL color Cylindrical-coordinate representation of color #BCCE28: hue angle of 66.51º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCCE28 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 40 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.19 |
| HSL | 66.51º | 0.67% | 0.48% | - |
| HSV(B) | 66.51º | 0.81% | 0.81% | - |
| XYZ | 43.19 | 54.99 | 10.34 | - |
| YUV | 181.69 | 48.04 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 40 | 0.09 | 0 | 0.81 | 0.19 | 66.51 | 0.67 | 0.48 |
| Hex | BC | CE | 28 | 9 | 0 | 51 | 13 | 43 | 43 | 30 |
| Octal | 274 | 316 | 50 | 11 | 0 | 121 | 23 | 103 | 103 | 60 |
| Binary | 10111100 | 11001110 | 101000 | 1001 | 0 | 1010001 | 10011 | 1000011 | 1000011 | 110000 |
Color Harmonies of #BCCE28
Complementary color
Monochromatic Colors of #BCCE28
Black with #BCCE28
Text Example
Text Example
White with #BCCE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE28; }
p { color: rgb(188,206,40); }
H1.HeaderClassName
{
color: #BCCE28;
}
.AnyTagClassName
{
color: #BCCE28;
}
</style>
background-color css
<style>
a { background-color: #BCCE28; }
a { background-color: rgb(188,206,40); }
div.DivClassName
{
background-color: #BCCE28;
}
.BgClassName
{
background-color: #BCCE28;
}
</style>
border-color css
<style>
span { border-color: #BCCE28; }
span { border-color: rgb(188,206,40); }
td.TdClassName
{
border-color: #BCCE28;
}
.TagClassName
{
border-color: #BCCE28;
}
</style>