Shades of Fuego #BCD331
Tints of Fuego #BCD331
RGB
CMYK
RGB Variations
Color information
#BCD331 (or 0xBCD331) is known color: Fuego. HEX triplet: BC, D3 and 31. RGB value is (188,211,49). Sum of RGB (Red+Green+Blue) = 188+211+49=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD331 is #432CCE. Grayscale: #BABABA. Windows color (decimal): -4402383 or 3265468. OLE color: 3265468.
HSL color Cylindrical-coordinate representation of color #BCD331: hue angle of 68.52º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCD331 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 49 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.17 |
| HSL | 68.52º | 0.65% | 0.51% | - |
| HSV(B) | 68.52º | 0.77% | 0.83% | - |
| XYZ | 44.59 | 57.5 | 11.65 | - |
| YUV | 185.66 | 50.88 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 49 | 0.11 | 0 | 0.77 | 0.17 | 68.52 | 0.65 | 0.51 |
| Hex | BC | D3 | 31 | B | 0 | 4D | 11 | 45 | 41 | 33 |
| Octal | 274 | 323 | 61 | 13 | 0 | 115 | 21 | 105 | 101 | 63 |
| Binary | 10111100 | 11010011 | 110001 | 1011 | 0 | 1001101 | 10001 | 1000101 | 1000001 | 110011 |
Color Harmonies of #BCD331
Complementary color
Monochromatic Colors of #BCD331
Black with #BCD331
Text Example
Text Example
White with #BCD331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD331; }
p { color: rgb(188,211,49); }
H1.HeaderClassName
{
color: #BCD331;
}
.AnyTagClassName
{
color: #BCD331;
}
</style>
background-color css
<style>
a { background-color: #BCD331; }
a { background-color: rgb(188,211,49); }
div.DivClassName
{
background-color: #BCD331;
}
.BgClassName
{
background-color: #BCD331;
}
</style>
border-color css
<style>
span { border-color: #BCD331; }
span { border-color: rgb(188,211,49); }
td.TdClassName
{
border-color: #BCD331;
}
.TagClassName
{
border-color: #BCD331;
}
</style>