Shades of Fuego #BCD532
Tints of Fuego #BCD532
RGB
CMYK
RGB Variations
Color information
#BCD532 (or 0xBCD532) is known color: Fuego. HEX triplet: BC, D5 and 32. RGB value is (188,213,50). Sum of RGB (Red+Green+Blue) = 188+213+50=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 50 (19.92% from 255 or 11.09% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD532 is #432ACD. Grayscale: #BBBBBB. Windows color (decimal): -4401870 or 3331516. OLE color: 3331516.
HSL color Cylindrical-coordinate representation of color #BCD532: hue angle of 69.2º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCD532 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 50 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.16 |
| HSL | 69.2º | 0.66% | 0.52% | - |
| HSV(B) | 69.2º | 0.77% | 0.84% | - |
| XYZ | 45.11 | 58.51 | 11.93 | - |
| YUV | 186.94 | 50.72 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 50 | 0.12 | 0 | 0.77 | 0.16 | 69.2 | 0.66 | 0.52 |
| Hex | BC | D5 | 32 | C | 0 | 4D | 10 | 45 | 42 | 34 |
| Octal | 274 | 325 | 62 | 14 | 0 | 115 | 20 | 105 | 102 | 64 |
| Binary | 10111100 | 11010101 | 110010 | 1100 | 0 | 1001101 | 10000 | 1000101 | 1000010 | 110100 |
Color Harmonies of #BCD532
Complementary color
Monochromatic Colors of #BCD532
Black with #BCD532
Text Example
Text Example
White with #BCD532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD532; }
p { color: rgb(188,213,50); }
H1.HeaderClassName
{
color: #BCD532;
}
.AnyTagClassName
{
color: #BCD532;
}
</style>
background-color css
<style>
a { background-color: #BCD532; }
a { background-color: rgb(188,213,50); }
div.DivClassName
{
background-color: #BCD532;
}
.BgClassName
{
background-color: #BCD532;
}
</style>
border-color css
<style>
span { border-color: #BCD532; }
span { border-color: rgb(188,213,50); }
td.TdClassName
{
border-color: #BCD532;
}
.TagClassName
{
border-color: #BCD532;
}
</style>