Shades of Fuego #BCCF2E
Tints of Fuego #BCCF2E
RGB
CMYK
RGB Variations
Color information
#BCCF2E (or 0xBCCF2E) is known color: Fuego. HEX triplet: BC, CF and 2E. RGB value is (188,207,46). Sum of RGB (Red+Green+Blue) = 188+207+46=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF2E is #4330D1. Grayscale: #B7B7B7. Windows color (decimal): -4403410 or 3067836. OLE color: 3067836.
HSL color Cylindrical-coordinate representation of color #BCCF2E: hue angle of 67.08º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCCF2E is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 46 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.19 |
| HSL | 67.08º | 0.64% | 0.5% | - |
| HSV(B) | 67.08º | 0.78% | 0.81% | - |
| XYZ | 43.55 | 55.51 | 11.01 | - |
| YUV | 182.97 | 50.71 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 46 | 0.09 | 0 | 0.78 | 0.19 | 67.08 | 0.64 | 0.5 |
| Hex | BC | CF | 2E | 9 | 0 | 4E | 13 | 43 | 40 | 32 |
| Octal | 274 | 317 | 56 | 11 | 0 | 116 | 23 | 103 | 100 | 62 |
| Binary | 10111100 | 11001111 | 101110 | 1001 | 0 | 1001110 | 10011 | 1000011 | 1000000 | 110010 |
Color Harmonies of #BCCF2E
Complementary color
Monochromatic Colors of #BCCF2E
Black with #BCCF2E
Text Example
Text Example
White with #BCCF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF2E; }
p { color: rgb(188,207,46); }
H1.HeaderClassName
{
color: #BCCF2E;
}
.AnyTagClassName
{
color: #BCCF2E;
}
</style>
background-color css
<style>
a { background-color: #BCCF2E; }
a { background-color: rgb(188,207,46); }
div.DivClassName
{
background-color: #BCCF2E;
}
.BgClassName
{
background-color: #BCCF2E;
}
</style>
border-color css
<style>
span { border-color: #BCCF2E; }
span { border-color: rgb(188,207,46); }
td.TdClassName
{
border-color: #BCCF2E;
}
.TagClassName
{
border-color: #BCCF2E;
}
</style>