Shades of Fuego #BCD131
Tints of Fuego #BCD131
RGB
CMYK
RGB Variations
Color information
#BCD131 (or 0xBCD131) is known color: Fuego. HEX triplet: BC, D1 and 31. RGB value is (188,209,49). Sum of RGB (Red+Green+Blue) = 188+209+49=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD131 is #432ECE. Grayscale: #B9B9B9. Windows color (decimal): -4402895 or 3264956. OLE color: 3264956.
HSL color Cylindrical-coordinate representation of color #BCD131: hue angle of 67.88º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCD131 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 49 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.18 |
| HSL | 67.88º | 0.63% | 0.51% | - |
| HSV(B) | 67.88º | 0.77% | 0.82% | - |
| XYZ | 44.09 | 56.51 | 11.49 | - |
| YUV | 184.48 | 51.54 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 49 | 0.10 | 0 | 0.77 | 0.18 | 67.88 | 0.63 | 0.51 |
| Hex | BC | D1 | 31 | A | 0 | 4D | 12 | 44 | 3F | 33 |
| Octal | 274 | 321 | 61 | 12 | 0 | 115 | 22 | 104 | 77 | 63 |
| Binary | 10111100 | 11010001 | 110001 | 1010 | 0 | 1001101 | 10010 | 1000100 | 111111 | 110011 |
Color Harmonies of #BCD131
Complementary color
Monochromatic Colors of #BCD131
Black with #BCD131
Text Example
Text Example
White with #BCD131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD131; }
p { color: rgb(188,209,49); }
H1.HeaderClassName
{
color: #BCD131;
}
.AnyTagClassName
{
color: #BCD131;
}
</style>
background-color css
<style>
a { background-color: #BCD131; }
a { background-color: rgb(188,209,49); }
div.DivClassName
{
background-color: #BCD131;
}
.BgClassName
{
background-color: #BCD131;
}
</style>
border-color css
<style>
span { border-color: #BCD131; }
span { border-color: rgb(188,209,49); }
td.TdClassName
{
border-color: #BCD131;
}
.TagClassName
{
border-color: #BCD131;
}
</style>