Shades of Fuego #BCDC2F
Tints of Fuego #BCDC2F
RGB
CMYK
RGB Variations
Color information
#BCDC2F (or 0xBCDC2F) is known color: Fuego. HEX triplet: BC, DC and 2F. RGB value is (188,220,47). Sum of RGB (Red+Green+Blue) = 188+220+47=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC2F is #4323D0. Grayscale: #BFBFBF. Windows color (decimal): -4400081 or 3136700. OLE color: 3136700.
HSL color Cylindrical-coordinate representation of color #BCDC2F: hue angle of 71.1º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCDC2F is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 47 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.14 |
| HSL | 71.1º | 0.71% | 0.52% | - |
| HSV(B) | 71.1º | 0.79% | 0.86% | - |
| XYZ | 46.85 | 62.08 | 12.2 | - |
| YUV | 190.71 | 46.9 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 47 | 0.15 | 0 | 0.79 | 0.14 | 71.1 | 0.71 | 0.52 |
| Hex | BC | DC | 2F | F | 0 | 4F | E | 47 | 47 | 34 |
| Octal | 274 | 334 | 57 | 17 | 0 | 117 | 16 | 107 | 107 | 64 |
| Binary | 10111100 | 11011100 | 101111 | 1111 | 0 | 1001111 | 1110 | 1000111 | 1000111 | 110100 |
Color Harmonies of #BCDC2F
Complementary color
Monochromatic Colors of #BCDC2F
Black with #BCDC2F
Text Example
Text Example
White with #BCDC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC2F; }
p { color: rgb(188,220,47); }
H1.HeaderClassName
{
color: #BCDC2F;
}
.AnyTagClassName
{
color: #BCDC2F;
}
</style>
background-color css
<style>
a { background-color: #BCDC2F; }
a { background-color: rgb(188,220,47); }
div.DivClassName
{
background-color: #BCDC2F;
}
.BgClassName
{
background-color: #BCDC2F;
}
</style>
border-color css
<style>
span { border-color: #BCDC2F; }
span { border-color: rgb(188,220,47); }
td.TdClassName
{
border-color: #BCDC2F;
}
.TagClassName
{
border-color: #BCDC2F;
}
</style>