Shades of Fuego #BCDB2D
Tints of Fuego #BCDB2D
RGB
CMYK
RGB Variations
Color information
#BCDB2D (or 0xBCDB2D) is known color: Fuego. HEX triplet: BC, DB and 2D. RGB value is (188,219,45). Sum of RGB (Red+Green+Blue) = 188+219+45=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB2D is #4324D2. Grayscale: #BEBEBE. Windows color (decimal): -4400339 or 3005372. OLE color: 3005372.
HSL color Cylindrical-coordinate representation of color #BCDB2D: hue angle of 70.69º 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 #BCDB2D is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 45 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.14 |
| HSL | 70.69º | 0.71% | 0.52% | - |
| HSV(B) | 70.69º | 0.79% | 0.86% | - |
| XYZ | 46.54 | 61.54 | 11.91 | - |
| YUV | 189.9 | 46.23 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 45 | 0.14 | 0 | 0.79 | 0.14 | 70.69 | 0.71 | 0.52 |
| Hex | BC | DB | 2D | E | 0 | 4F | E | 47 | 47 | 34 |
| Octal | 274 | 333 | 55 | 16 | 0 | 117 | 16 | 107 | 107 | 64 |
| Binary | 10111100 | 11011011 | 101101 | 1110 | 0 | 1001111 | 1110 | 1000111 | 1000111 | 110100 |
Color Harmonies of #BCDB2D
Complementary color
Monochromatic Colors of #BCDB2D
Black with #BCDB2D
Text Example
Text Example
White with #BCDB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB2D; }
p { color: rgb(188,219,45); }
H1.HeaderClassName
{
color: #BCDB2D;
}
.AnyTagClassName
{
color: #BCDB2D;
}
</style>
background-color css
<style>
a { background-color: #BCDB2D; }
a { background-color: rgb(188,219,45); }
div.DivClassName
{
background-color: #BCDB2D;
}
.BgClassName
{
background-color: #BCDB2D;
}
</style>
border-color css
<style>
span { border-color: #BCDB2D; }
span { border-color: rgb(188,219,45); }
td.TdClassName
{
border-color: #BCDB2D;
}
.TagClassName
{
border-color: #BCDB2D;
}
</style>