Shades of Fuego #BCDA2B
Tints of Fuego #BCDA2B
RGB
CMYK
RGB Variations
Color information
#BCDA2B (or 0xBCDA2B) is known color: Fuego. HEX triplet: BC, DA and 2B. RGB value is (188,218,43). Sum of RGB (Red+Green+Blue) = 188+218+43=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA2B is #4325D4. Grayscale: #BDBDBD. Windows color (decimal): -4400597 or 2874044. OLE color: 2874044.
HSL color Cylindrical-coordinate representation of color #BCDA2B: hue angle of 70.29º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCDA2B is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 43 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.15 |
| HSL | 70.29º | 0.7% | 0.51% | - |
| HSV(B) | 70.29º | 0.8% | 0.85% | - |
| XYZ | 46.25 | 61.01 | 11.62 | - |
| YUV | 189.08 | 45.56 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 43 | 0.14 | 0 | 0.80 | 0.15 | 70.29 | 0.7 | 0.51 |
| Hex | BC | DA | 2B | E | 0 | 50 | F | 46 | 46 | 33 |
| Octal | 274 | 332 | 53 | 16 | 0 | 120 | 17 | 106 | 106 | 63 |
| Binary | 10111100 | 11011010 | 101011 | 1110 | 0 | 1010000 | 1111 | 1000110 | 1000110 | 110011 |
Color Harmonies of #BCDA2B
Complementary color
Monochromatic Colors of #BCDA2B
Black with #BCDA2B
Text Example
Text Example
White with #BCDA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA2B; }
p { color: rgb(188,218,43); }
H1.HeaderClassName
{
color: #BCDA2B;
}
.AnyTagClassName
{
color: #BCDA2B;
}
</style>
background-color css
<style>
a { background-color: #BCDA2B; }
a { background-color: rgb(188,218,43); }
div.DivClassName
{
background-color: #BCDA2B;
}
.BgClassName
{
background-color: #BCDA2B;
}
</style>
border-color css
<style>
span { border-color: #BCDA2B; }
span { border-color: rgb(188,218,43); }
td.TdClassName
{
border-color: #BCDA2B;
}
.TagClassName
{
border-color: #BCDA2B;
}
</style>