Shades of Fuego #BCD726
Tints of Fuego #BCD726
RGB
CMYK
RGB Variations
Color information
#BCD726 (or 0xBCD726) is known color: Fuego. HEX triplet: BC, D7 and 26. RGB value is (188,215,38). Sum of RGB (Red+Green+Blue) = 188+215+38=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD726 is #4328D9. Grayscale: #BBBBBB. Windows color (decimal): -4401370 or 2545596. OLE color: 2545596.
HSL color Cylindrical-coordinate representation of color #BCD726: hue angle of 69.15º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCD726 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 38 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.16 |
| HSL | 69.15º | 0.7% | 0.5% | - |
| HSV(B) | 69.15º | 0.82% | 0.84% | - |
| XYZ | 45.39 | 59.43 | 10.91 | - |
| YUV | 186.75 | 44.05 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 38 | 0.13 | 0 | 0.82 | 0.16 | 69.15 | 0.7 | 0.5 |
| Hex | BC | D7 | 26 | D | 0 | 52 | 10 | 45 | 46 | 32 |
| Octal | 274 | 327 | 46 | 15 | 0 | 122 | 20 | 105 | 106 | 62 |
| Binary | 10111100 | 11010111 | 100110 | 1101 | 0 | 1010010 | 10000 | 1000101 | 1000110 | 110010 |
Color Harmonies of #BCD726
Complementary color
Monochromatic Colors of #BCD726
Black with #BCD726
Text Example
Text Example
White with #BCD726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD726; }
p { color: rgb(188,215,38); }
H1.HeaderClassName
{
color: #BCD726;
}
.AnyTagClassName
{
color: #BCD726;
}
</style>
background-color css
<style>
a { background-color: #BCD726; }
a { background-color: rgb(188,215,38); }
div.DivClassName
{
background-color: #BCD726;
}
.BgClassName
{
background-color: #BCD726;
}
</style>
border-color css
<style>
span { border-color: #BCD726; }
span { border-color: rgb(188,215,38); }
td.TdClassName
{
border-color: #BCD726;
}
.TagClassName
{
border-color: #BCD726;
}
</style>