Shades of Fuego #BCDC29
Tints of Fuego #BCDC29
RGB
CMYK
RGB Variations
Color information
#BCDC29 (or 0xBCDC29) is known color: Fuego. HEX triplet: BC, DC and 29. RGB value is (188,220,41). Sum of RGB (Red+Green+Blue) = 188+220+41=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 41 (16.41% from 255 or 9.13% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC29 is #4323D6. Grayscale: #BEBEBE. Windows color (decimal): -4400087 or 2743484. OLE color: 2743484.
HSL color Cylindrical-coordinate representation of color #BCDC29: hue angle of 70.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCDC29 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 41 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.14 |
| HSL | 70.73º | 0.72% | 0.51% | - |
| HSV(B) | 70.73º | 0.81% | 0.86% | - |
| XYZ | 46.73 | 62.04 | 11.61 | - |
| YUV | 190.03 | 43.9 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 41 | 0.15 | 0 | 0.81 | 0.14 | 70.73 | 0.72 | 0.51 |
| Hex | BC | DC | 29 | F | 0 | 51 | E | 47 | 48 | 33 |
| Octal | 274 | 334 | 51 | 17 | 0 | 121 | 16 | 107 | 110 | 63 |
| Binary | 10111100 | 11011100 | 101001 | 1111 | 0 | 1010001 | 1110 | 1000111 | 1001000 | 110011 |
Color Harmonies of #BCDC29
Complementary color
Monochromatic Colors of #BCDC29
Black with #BCDC29
Text Example
Text Example
White with #BCDC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC29; }
p { color: rgb(188,220,41); }
H1.HeaderClassName
{
color: #BCDC29;
}
.AnyTagClassName
{
color: #BCDC29;
}
</style>
background-color css
<style>
a { background-color: #BCDC29; }
a { background-color: rgb(188,220,41); }
div.DivClassName
{
background-color: #BCDC29;
}
.BgClassName
{
background-color: #BCDC29;
}
</style>
border-color css
<style>
span { border-color: #BCDC29; }
span { border-color: rgb(188,220,41); }
td.TdClassName
{
border-color: #BCDC29;
}
.TagClassName
{
border-color: #BCDC29;
}
</style>