Shades of Fuego #BCDB24
Tints of Fuego #BCDB24
RGB
CMYK
RGB Variations
Color information
#BCDB24 (or 0xBCDB24) is known color: Fuego. HEX triplet: BC, DB and 24. RGB value is (188,219,36). Sum of RGB (Red+Green+Blue) = 188+219+36=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 36 (14.45% from 255 or 8.13% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB24 is #4324DB. Grayscale: #BDBDBD. Windows color (decimal): -4400348 or 2415548. OLE color: 2415548.
HSL color Cylindrical-coordinate representation of color #BCDB24: hue angle of 70.16º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCDB24 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 36 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.14 |
| HSL | 70.16º | 0.72% | 0.5% | - |
| HSV(B) | 70.16º | 0.84% | 0.86% | - |
| XYZ | 46.39 | 61.48 | 11.09 | - |
| YUV | 188.87 | 41.73 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 36 | 0.14 | 0 | 0.84 | 0.14 | 70.16 | 0.72 | 0.5 |
| Hex | BC | DB | 24 | E | 0 | 54 | E | 46 | 48 | 32 |
| Octal | 274 | 333 | 44 | 16 | 0 | 124 | 16 | 106 | 110 | 62 |
| Binary | 10111100 | 11011011 | 100100 | 1110 | 0 | 1010100 | 1110 | 1000110 | 1001000 | 110010 |
Color Harmonies of #BCDB24
Complementary color
Monochromatic Colors of #BCDB24
Black with #BCDB24
Text Example
Text Example
White with #BCDB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB24; }
p { color: rgb(188,219,36); }
H1.HeaderClassName
{
color: #BCDB24;
}
.AnyTagClassName
{
color: #BCDB24;
}
</style>
background-color css
<style>
a { background-color: #BCDB24; }
a { background-color: rgb(188,219,36); }
div.DivClassName
{
background-color: #BCDB24;
}
.BgClassName
{
background-color: #BCDB24;
}
</style>
border-color css
<style>
span { border-color: #BCDB24; }
span { border-color: rgb(188,219,36); }
td.TdClassName
{
border-color: #BCDB24;
}
.TagClassName
{
border-color: #BCDB24;
}
</style>