Shades of Fuego #BCD81D
Tints of Fuego #BCD81D
RGB
CMYK
RGB Variations
Color information
#BCD81D (or 0xBCD81D) is known color: Fuego. HEX triplet: BC, D8 and 1D. RGB value is (188,216,29). Sum of RGB (Red+Green+Blue) = 188+216+29=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD81D is #4327E2. Grayscale: #BBBBBB. Windows color (decimal): -4401123 or 1956028. OLE color: 1956028.
HSL color Cylindrical-coordinate representation of color #BCD81D: hue angle of 68.98º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCD81D is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 29 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.15 |
| HSL | 68.98º | 0.76% | 0.48% | - |
| HSV(B) | 68.98º | 0.87% | 0.85% | - |
| XYZ | 45.52 | 59.89 | 10.32 | - |
| YUV | 186.31 | 39.22 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 29 | 0.13 | 0 | 0.87 | 0.15 | 68.98 | 0.76 | 0.48 |
| Hex | BC | D8 | 1D | D | 0 | 57 | F | 45 | 4C | 30 |
| Octal | 274 | 330 | 35 | 15 | 0 | 127 | 17 | 105 | 114 | 60 |
| Binary | 10111100 | 11011000 | 11101 | 1101 | 0 | 1010111 | 1111 | 1000101 | 1001100 | 110000 |
Color Harmonies of #BCD81D
Complementary color
Monochromatic Colors of #BCD81D
Black with #BCD81D
Text Example
Text Example
White with #BCD81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD81D; }
p { color: rgb(188,216,29); }
H1.HeaderClassName
{
color: #BCD81D;
}
.AnyTagClassName
{
color: #BCD81D;
}
</style>
background-color css
<style>
a { background-color: #BCD81D; }
a { background-color: rgb(188,216,29); }
div.DivClassName
{
background-color: #BCD81D;
}
.BgClassName
{
background-color: #BCD81D;
}
</style>
border-color css
<style>
span { border-color: #BCD81D; }
span { border-color: rgb(188,216,29); }
td.TdClassName
{
border-color: #BCD81D;
}
.TagClassName
{
border-color: #BCD81D;
}
</style>