Shades of Fuego #BCD91E
Tints of Fuego #BCD91E
RGB
CMYK
RGB Variations
Color information
#BCD91E (or 0xBCD91E) is known color: Fuego. HEX triplet: BC, D9 and 1E. RGB value is (188,217,30). Sum of RGB (Red+Green+Blue) = 188+217+30=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD91E is #4326E1. Grayscale: #BBBBBB. Windows color (decimal): -4400866 or 2021820. OLE color: 2021820.
HSL color Cylindrical-coordinate representation of color #BCD91E: hue angle of 69.3º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCD91E is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 30 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.15 |
| HSL | 69.3º | 0.76% | 0.48% | - |
| HSV(B) | 69.3º | 0.86% | 0.85% | - |
| XYZ | 45.79 | 60.41 | 10.48 | - |
| YUV | 187.01 | 39.39 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 30 | 0.13 | 0 | 0.86 | 0.15 | 69.3 | 0.76 | 0.48 |
| Hex | BC | D9 | 1E | D | 0 | 56 | F | 45 | 4C | 30 |
| Octal | 274 | 331 | 36 | 15 | 0 | 126 | 17 | 105 | 114 | 60 |
| Binary | 10111100 | 11011001 | 11110 | 1101 | 0 | 1010110 | 1111 | 1000101 | 1001100 | 110000 |
Color Harmonies of #BCD91E
Complementary color
Monochromatic Colors of #BCD91E
Black with #BCD91E
Text Example
Text Example
White with #BCD91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD91E; }
p { color: rgb(188,217,30); }
H1.HeaderClassName
{
color: #BCD91E;
}
.AnyTagClassName
{
color: #BCD91E;
}
</style>
background-color css
<style>
a { background-color: #BCD91E; }
a { background-color: rgb(188,217,30); }
div.DivClassName
{
background-color: #BCD91E;
}
.BgClassName
{
background-color: #BCD91E;
}
</style>
border-color css
<style>
span { border-color: #BCD91E; }
span { border-color: rgb(188,217,30); }
td.TdClassName
{
border-color: #BCD91E;
}
.TagClassName
{
border-color: #BCD91E;
}
</style>