Shades of Fuego #BCDC2C
Tints of Fuego #BCDC2C
RGB
CMYK
RGB Variations
Color information
#BCDC2C (or 0xBCDC2C) is known color: Fuego. HEX triplet: BC, DC and 2C. RGB value is (188,220,44). Sum of RGB (Red+Green+Blue) = 188+220+44=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC2C is #4323D3. Grayscale: #BFBFBF. Windows color (decimal): -4400084 or 2940092. OLE color: 2940092.
HSL color Cylindrical-coordinate representation of color #BCDC2C: hue angle of 70.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCDC2C is Cyan = 0.15, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 44 | - |
| CMYK | 0.15 | 0 | 0.8 | 0.14 |
| HSL | 70.91º | 0.72% | 0.52% | - |
| HSV(B) | 70.91º | 0.8% | 0.86% | - |
| XYZ | 46.79 | 62.06 | 11.9 | - |
| YUV | 190.37 | 45.4 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 44 | 0.15 | 0 | 0.8 | 0.14 | 70.91 | 0.72 | 0.52 |
| Hex | BC | DC | 2C | F | 0 | 50 | E | 47 | 48 | 34 |
| Octal | 274 | 334 | 54 | 17 | 0 | 120 | 16 | 107 | 110 | 64 |
| Binary | 10111100 | 11011100 | 101100 | 1111 | 0 | 1010000 | 1110 | 1000111 | 1001000 | 110100 |
Color Harmonies of #BCDC2C
Complementary color
Monochromatic Colors of #BCDC2C
Black with #BCDC2C
Text Example
Text Example
White with #BCDC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC2C; }
p { color: rgb(188,220,44); }
H1.HeaderClassName
{
color: #BCDC2C;
}
.AnyTagClassName
{
color: #BCDC2C;
}
</style>
background-color css
<style>
a { background-color: #BCDC2C; }
a { background-color: rgb(188,220,44); }
div.DivClassName
{
background-color: #BCDC2C;
}
.BgClassName
{
background-color: #BCDC2C;
}
</style>
border-color css
<style>
span { border-color: #BCDC2C; }
span { border-color: rgb(188,220,44); }
td.TdClassName
{
border-color: #BCDC2C;
}
.TagClassName
{
border-color: #BCDC2C;
}
</style>