Shades of Fuego #BCD531
Tints of Fuego #BCD531
RGB
CMYK
RGB Variations
Color information
#BCD531 (or 0xBCD531) is known color: Fuego. HEX triplet: BC, D5 and 31. RGB value is (188,213,49). Sum of RGB (Red+Green+Blue) = 188+213+49=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 49 (19.53% from 255 or 10.89% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD531 is #432ACE. Grayscale: #BBBBBB. Windows color (decimal): -4401871 or 3265980. OLE color: 3265980.
HSL color Cylindrical-coordinate representation of color #BCD531: hue angle of 69.15º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCD531 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 49 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.16 |
| HSL | 69.15º | 0.66% | 0.51% | - |
| HSV(B) | 69.15º | 0.77% | 0.84% | - |
| XYZ | 45.09 | 58.5 | 11.82 | - |
| YUV | 186.83 | 50.22 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 49 | 0.12 | 0 | 0.77 | 0.16 | 69.15 | 0.66 | 0.51 |
| Hex | BC | D5 | 31 | C | 0 | 4D | 10 | 45 | 42 | 33 |
| Octal | 274 | 325 | 61 | 14 | 0 | 115 | 20 | 105 | 102 | 63 |
| Binary | 10111100 | 11010101 | 110001 | 1100 | 0 | 1001101 | 10000 | 1000101 | 1000010 | 110011 |
Color Harmonies of #BCD531
Complementary color
Monochromatic Colors of #BCD531
Black with #BCD531
Text Example
Text Example
White with #BCD531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD531; }
p { color: rgb(188,213,49); }
H1.HeaderClassName
{
color: #BCD531;
}
.AnyTagClassName
{
color: #BCD531;
}
</style>
background-color css
<style>
a { background-color: #BCD531; }
a { background-color: rgb(188,213,49); }
div.DivClassName
{
background-color: #BCD531;
}
.BgClassName
{
background-color: #BCD531;
}
</style>
border-color css
<style>
span { border-color: #BCD531; }
span { border-color: rgb(188,213,49); }
td.TdClassName
{
border-color: #BCD531;
}
.TagClassName
{
border-color: #BCD531;
}
</style>