Shades of Fuego #BCDA2D
Tints of Fuego #BCDA2D
RGB
CMYK
RGB Variations
Color information
#BCDA2D (or 0xBCDA2D) is known color: Fuego. HEX triplet: BC, DA and 2D. RGB value is (188,218,45). Sum of RGB (Red+Green+Blue) = 188+218+45=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA2D is #4325D2. Grayscale: #BDBDBD. Windows color (decimal): -4400595 or 3005116. OLE color: 3005116.
HSL color Cylindrical-coordinate representation of color #BCDA2D: hue angle of 70.4º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCDA2D is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 45 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.15 |
| HSL | 70.4º | 0.7% | 0.52% | - |
| HSV(B) | 70.4º | 0.79% | 0.85% | - |
| XYZ | 46.28 | 61.02 | 11.82 | - |
| YUV | 189.31 | 46.56 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 45 | 0.14 | 0 | 0.79 | 0.15 | 70.4 | 0.7 | 0.52 |
| Hex | BC | DA | 2D | E | 0 | 4F | F | 46 | 46 | 34 |
| Octal | 274 | 332 | 55 | 16 | 0 | 117 | 17 | 106 | 106 | 64 |
| Binary | 10111100 | 11011010 | 101101 | 1110 | 0 | 1001111 | 1111 | 1000110 | 1000110 | 110100 |
Color Harmonies of #BCDA2D
Complementary color
Monochromatic Colors of #BCDA2D
Black with #BCDA2D
Text Example
Text Example
White with #BCDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA2D; }
p { color: rgb(188,218,45); }
H1.HeaderClassName
{
color: #BCDA2D;
}
.AnyTagClassName
{
color: #BCDA2D;
}
</style>
background-color css
<style>
a { background-color: #BCDA2D; }
a { background-color: rgb(188,218,45); }
div.DivClassName
{
background-color: #BCDA2D;
}
.BgClassName
{
background-color: #BCDA2D;
}
</style>
border-color css
<style>
span { border-color: #BCDA2D; }
span { border-color: rgb(188,218,45); }
td.TdClassName
{
border-color: #BCDA2D;
}
.TagClassName
{
border-color: #BCDA2D;
}
</style>