Shades of Fuego #BCD91C
Tints of Fuego #BCD91C
RGB
CMYK
RGB Variations
Color information
#BCD91C (or 0xBCD91C) is known color: Fuego. HEX triplet: BC, D9 and 1C. RGB value is (188,217,28). Sum of RGB (Red+Green+Blue) = 188+217+28=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD91C is #4326E3. Grayscale: #BBBBBB. Windows color (decimal): -4400868 or 1890748. OLE color: 1890748.
HSL color Cylindrical-coordinate representation of color #BCD91C: hue angle of 69.21º degrees, saturation: 0.77, 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 #BCD91C is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 28 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.15 |
| HSL | 69.21º | 0.77% | 0.48% | - |
| HSV(B) | 69.21º | 0.87% | 0.85% | - |
| XYZ | 45.76 | 60.4 | 10.35 | - |
| YUV | 186.78 | 38.39 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 28 | 0.13 | 0 | 0.87 | 0.15 | 69.21 | 0.77 | 0.48 |
| Hex | BC | D9 | 1C | D | 0 | 57 | F | 45 | 4D | 30 |
| Octal | 274 | 331 | 34 | 15 | 0 | 127 | 17 | 105 | 115 | 60 |
| Binary | 10111100 | 11011001 | 11100 | 1101 | 0 | 1010111 | 1111 | 1000101 | 1001101 | 110000 |
Color Harmonies of #BCD91C
Complementary color
Monochromatic Colors of #BCD91C
Black with #BCD91C
Text Example
Text Example
White with #BCD91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD91C; }
p { color: rgb(188,217,28); }
H1.HeaderClassName
{
color: #BCD91C;
}
.AnyTagClassName
{
color: #BCD91C;
}
</style>
background-color css
<style>
a { background-color: #BCD91C; }
a { background-color: rgb(188,217,28); }
div.DivClassName
{
background-color: #BCD91C;
}
.BgClassName
{
background-color: #BCD91C;
}
</style>
border-color css
<style>
span { border-color: #BCD91C; }
span { border-color: rgb(188,217,28); }
td.TdClassName
{
border-color: #BCD91C;
}
.TagClassName
{
border-color: #BCD91C;
}
</style>