Shades of Fuego #BCCE33
Tints of Fuego #BCCE33
RGB
CMYK
RGB Variations
Color information
#BCCE33 (or 0xBCCE33) is known color: Fuego. HEX triplet: BC, CE and 33. RGB value is (188,206,51). Sum of RGB (Red+Green+Blue) = 188+206+51=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 51 (20.31% from 255 or 11.46% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCE33 is #4331CC. Grayscale: #B7B7B7. Windows color (decimal): -4403661 or 3395260. OLE color: 3395260.
HSL color Cylindrical-coordinate representation of color #BCCE33: hue angle of 66.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCCE33 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 51 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.19 |
| HSL | 66.97º | 0.61% | 0.5% | - |
| HSV(B) | 66.97º | 0.75% | 0.81% | - |
| XYZ | 43.41 | 55.07 | 11.47 | - |
| YUV | 182.95 | 53.54 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 51 | 0.09 | 0 | 0.75 | 0.19 | 66.97 | 0.61 | 0.5 |
| Hex | BC | CE | 33 | 9 | 0 | 4B | 13 | 43 | 3D | 32 |
| Octal | 274 | 316 | 63 | 11 | 0 | 113 | 23 | 103 | 75 | 62 |
| Binary | 10111100 | 11001110 | 110011 | 1001 | 0 | 1001011 | 10011 | 1000011 | 111101 | 110010 |
Color Harmonies of #BCCE33
Complementary color
Monochromatic Colors of #BCCE33
Black with #BCCE33
Text Example
Text Example
White with #BCCE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE33; }
p { color: rgb(188,206,51); }
H1.HeaderClassName
{
color: #BCCE33;
}
.AnyTagClassName
{
color: #BCCE33;
}
</style>
background-color css
<style>
a { background-color: #BCCE33; }
a { background-color: rgb(188,206,51); }
div.DivClassName
{
background-color: #BCCE33;
}
.BgClassName
{
background-color: #BCCE33;
}
</style>
border-color css
<style>
span { border-color: #BCCE33; }
span { border-color: rgb(188,206,51); }
td.TdClassName
{
border-color: #BCCE33;
}
.TagClassName
{
border-color: #BCCE33;
}
</style>