Shades of Fuego #BCDB29
Tints of Fuego #BCDB29
RGB
CMYK
RGB Variations
Color information
#BCDB29 (or 0xBCDB29) is known color: Fuego. HEX triplet: BC, DB and 29. RGB value is (188,219,41). Sum of RGB (Red+Green+Blue) = 188+219+41=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 41 (16.41% from 255 or 9.15% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB29 is #4324D6. Grayscale: #BEBEBE. Windows color (decimal): -4400343 or 2743228. OLE color: 2743228.
HSL color Cylindrical-coordinate representation of color #BCDB29: hue angle of 70.45º degrees, saturation: 0.71, 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 #BCDB29 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 41 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.14 |
| HSL | 70.45º | 0.71% | 0.51% | - |
| HSV(B) | 70.45º | 0.81% | 0.86% | - |
| XYZ | 46.47 | 61.51 | 11.52 | - |
| YUV | 189.44 | 44.23 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 41 | 0.14 | 0 | 0.81 | 0.14 | 70.45 | 0.71 | 0.51 |
| Hex | BC | DB | 29 | E | 0 | 51 | E | 46 | 47 | 33 |
| Octal | 274 | 333 | 51 | 16 | 0 | 121 | 16 | 106 | 107 | 63 |
| Binary | 10111100 | 11011011 | 101001 | 1110 | 0 | 1010001 | 1110 | 1000110 | 1000111 | 110011 |
Color Harmonies of #BCDB29
Complementary color
Monochromatic Colors of #BCDB29
Black with #BCDB29
Text Example
Text Example
White with #BCDB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB29; }
p { color: rgb(188,219,41); }
H1.HeaderClassName
{
color: #BCDB29;
}
.AnyTagClassName
{
color: #BCDB29;
}
</style>
background-color css
<style>
a { background-color: #BCDB29; }
a { background-color: rgb(188,219,41); }
div.DivClassName
{
background-color: #BCDB29;
}
.BgClassName
{
background-color: #BCDB29;
}
</style>
border-color css
<style>
span { border-color: #BCDB29; }
span { border-color: rgb(188,219,41); }
td.TdClassName
{
border-color: #BCDB29;
}
.TagClassName
{
border-color: #BCDB29;
}
</style>