Shades of Fuego #BCDB1E
Tints of Fuego #BCDB1E
RGB
CMYK
RGB Variations
Color information
#BCDB1E (or 0xBCDB1E) is known color: Fuego. HEX triplet: BC, DB and 1E. RGB value is (188,219,30). Sum of RGB (Red+Green+Blue) = 188+219+30=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB1E is #4324E1. Grayscale: #BCBCBC. Windows color (decimal): -4400354 or 2022332. OLE color: 2022332.
HSL color Cylindrical-coordinate representation of color #BCDB1E: hue angle of 69.84º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCDB1E is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 30 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.14 |
| HSL | 69.84º | 0.76% | 0.49% | - |
| HSV(B) | 69.84º | 0.86% | 0.86% | - |
| XYZ | 46.3 | 61.45 | 10.65 | - |
| YUV | 188.19 | 38.73 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 30 | 0.14 | 0 | 0.86 | 0.14 | 69.84 | 0.76 | 0.49 |
| Hex | BC | DB | 1E | E | 0 | 56 | E | 46 | 4C | 31 |
| Octal | 274 | 333 | 36 | 16 | 0 | 126 | 16 | 106 | 114 | 61 |
| Binary | 10111100 | 11011011 | 11110 | 1110 | 0 | 1010110 | 1110 | 1000110 | 1001100 | 110001 |
Color Harmonies of #BCDB1E
Complementary color
Monochromatic Colors of #BCDB1E
Black with #BCDB1E
Text Example
Text Example
White with #BCDB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB1E; }
p { color: rgb(188,219,30); }
H1.HeaderClassName
{
color: #BCDB1E;
}
.AnyTagClassName
{
color: #BCDB1E;
}
</style>
background-color css
<style>
a { background-color: #BCDB1E; }
a { background-color: rgb(188,219,30); }
div.DivClassName
{
background-color: #BCDB1E;
}
.BgClassName
{
background-color: #BCDB1E;
}
</style>
border-color css
<style>
span { border-color: #BCDB1E; }
span { border-color: rgb(188,219,30); }
td.TdClassName
{
border-color: #BCDB1E;
}
.TagClassName
{
border-color: #BCDB1E;
}
</style>