Shades of Fuego #BCCE32
Tints of Fuego #BCCE32
RGB
CMYK
RGB Variations
Color information
#BCCE32 (or 0xBCCE32) is known color: Fuego. HEX triplet: BC, CE and 32. RGB value is (188,206,50). Sum of RGB (Red+Green+Blue) = 188+206+50=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCE32 is #4331CD. Grayscale: #B7B7B7. Windows color (decimal): -4403662 or 3329724. OLE color: 3329724.
HSL color Cylindrical-coordinate representation of color #BCCE32: hue angle of 66.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCCE32 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 50 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.19 |
| HSL | 66.92º | 0.61% | 0.5% | - |
| HSV(B) | 66.92º | 0.76% | 0.81% | - |
| XYZ | 43.39 | 55.06 | 11.36 | - |
| YUV | 182.83 | 53.04 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 50 | 0.09 | 0 | 0.76 | 0.19 | 66.92 | 0.61 | 0.5 |
| Hex | BC | CE | 32 | 9 | 0 | 4C | 13 | 43 | 3D | 32 |
| Octal | 274 | 316 | 62 | 11 | 0 | 114 | 23 | 103 | 75 | 62 |
| Binary | 10111100 | 11001110 | 110010 | 1001 | 0 | 1001100 | 10011 | 1000011 | 111101 | 110010 |
Color Harmonies of #BCCE32
Complementary color
Monochromatic Colors of #BCCE32
Black with #BCCE32
Text Example
Text Example
White with #BCCE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE32; }
p { color: rgb(188,206,50); }
H1.HeaderClassName
{
color: #BCCE32;
}
.AnyTagClassName
{
color: #BCCE32;
}
</style>
background-color css
<style>
a { background-color: #BCCE32; }
a { background-color: rgb(188,206,50); }
div.DivClassName
{
background-color: #BCCE32;
}
.BgClassName
{
background-color: #BCCE32;
}
</style>
border-color css
<style>
span { border-color: #BCCE32; }
span { border-color: rgb(188,206,50); }
td.TdClassName
{
border-color: #BCCE32;
}
.TagClassName
{
border-color: #BCCE32;
}
</style>