Shades of Fuego #BCCE2F
Tints of Fuego #BCCE2F
RGB
CMYK
RGB Variations
Color information
#BCCE2F (or 0xBCCE2F) is known color: Fuego. HEX triplet: BC, CE and 2F. RGB value is (188,206,47). Sum of RGB (Red+Green+Blue) = 188+206+47=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCE2F is #4331D0. Grayscale: #B7B7B7. Windows color (decimal): -4403665 or 3133116. OLE color: 3133116.
HSL color Cylindrical-coordinate representation of color #BCCE2F: hue angle of 66.79º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCCE2F is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 47 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.19 |
| HSL | 66.79º | 0.63% | 0.5% | - |
| HSV(B) | 66.79º | 0.77% | 0.81% | - |
| XYZ | 43.32 | 55.04 | 11.03 | - |
| YUV | 182.49 | 51.54 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 47 | 0.09 | 0 | 0.77 | 0.19 | 66.79 | 0.63 | 0.5 |
| Hex | BC | CE | 2F | 9 | 0 | 4D | 13 | 43 | 3F | 32 |
| Octal | 274 | 316 | 57 | 11 | 0 | 115 | 23 | 103 | 77 | 62 |
| Binary | 10111100 | 11001110 | 101111 | 1001 | 0 | 1001101 | 10011 | 1000011 | 111111 | 110010 |
Color Harmonies of #BCCE2F
Complementary color
Monochromatic Colors of #BCCE2F
Black with #BCCE2F
Text Example
Text Example
White with #BCCE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE2F; }
p { color: rgb(188,206,47); }
H1.HeaderClassName
{
color: #BCCE2F;
}
.AnyTagClassName
{
color: #BCCE2F;
}
</style>
background-color css
<style>
a { background-color: #BCCE2F; }
a { background-color: rgb(188,206,47); }
div.DivClassName
{
background-color: #BCCE2F;
}
.BgClassName
{
background-color: #BCCE2F;
}
</style>
border-color css
<style>
span { border-color: #BCCE2F; }
span { border-color: rgb(188,206,47); }
td.TdClassName
{
border-color: #BCCE2F;
}
.TagClassName
{
border-color: #BCCE2F;
}
</style>