Shades of Fuego #BCD932
Tints of Fuego #BCD932
RGB
CMYK
RGB Variations
Color information
#BCD932 (or 0xBCD932) is known color: Fuego. HEX triplet: BC, D9 and 32. RGB value is (188,217,50). Sum of RGB (Red+Green+Blue) = 188+217+50=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD932 is #4326CD. Grayscale: #BDBDBD. Windows color (decimal): -4400846 or 3332540. OLE color: 3332540.
HSL color Cylindrical-coordinate representation of color #BCD932: hue angle of 70.42º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCD932 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 50 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.15 |
| HSL | 70.42º | 0.69% | 0.52% | - |
| HSV(B) | 70.42º | 0.77% | 0.85% | - |
| XYZ | 46.13 | 60.55 | 12.27 | - |
| YUV | 189.29 | 49.39 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 50 | 0.13 | 0 | 0.77 | 0.15 | 70.42 | 0.69 | 0.52 |
| Hex | BC | D9 | 32 | D | 0 | 4D | F | 46 | 45 | 34 |
| Octal | 274 | 331 | 62 | 15 | 0 | 115 | 17 | 106 | 105 | 64 |
| Binary | 10111100 | 11011001 | 110010 | 1101 | 0 | 1001101 | 1111 | 1000110 | 1000101 | 110100 |
Color Harmonies of #BCD932
Complementary color
Monochromatic Colors of #BCD932
Black with #BCD932
Text Example
Text Example
White with #BCD932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD932; }
p { color: rgb(188,217,50); }
H1.HeaderClassName
{
color: #BCD932;
}
.AnyTagClassName
{
color: #BCD932;
}
</style>
background-color css
<style>
a { background-color: #BCD932; }
a { background-color: rgb(188,217,50); }
div.DivClassName
{
background-color: #BCD932;
}
.BgClassName
{
background-color: #BCD932;
}
</style>
border-color css
<style>
span { border-color: #BCD932; }
span { border-color: rgb(188,217,50); }
td.TdClassName
{
border-color: #BCD932;
}
.TagClassName
{
border-color: #BCD932;
}
</style>