Shades of Fuego #BCD626
Tints of Fuego #BCD626
RGB
CMYK
RGB Variations
Color information
#BCD626 (or 0xBCD626) is known color: Fuego. HEX triplet: BC, D6 and 26. RGB value is (188,214,38). Sum of RGB (Red+Green+Blue) = 188+214+38=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 38 (15.23% from 255 or 8.64% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD626 is #4329D9. Grayscale: #BABABA. Windows color (decimal): -4401626 or 2545340. OLE color: 2545340.
HSL color Cylindrical-coordinate representation of color #BCD626: hue angle of 68.86º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCD626 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 38 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.16 |
| HSL | 68.86º | 0.7% | 0.49% | - |
| HSV(B) | 68.86º | 0.82% | 0.84% | - |
| XYZ | 45.14 | 58.92 | 10.83 | - |
| YUV | 186.16 | 44.39 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 38 | 0.12 | 0 | 0.82 | 0.16 | 68.86 | 0.7 | 0.49 |
| Hex | BC | D6 | 26 | C | 0 | 52 | 10 | 45 | 46 | 31 |
| Octal | 274 | 326 | 46 | 14 | 0 | 122 | 20 | 105 | 106 | 61 |
| Binary | 10111100 | 11010110 | 100110 | 1100 | 0 | 1010010 | 10000 | 1000101 | 1000110 | 110001 |
Color Harmonies of #BCD626
Complementary color
Monochromatic Colors of #BCD626
Black with #BCD626
Text Example
Text Example
White with #BCD626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD626; }
p { color: rgb(188,214,38); }
H1.HeaderClassName
{
color: #BCD626;
}
.AnyTagClassName
{
color: #BCD626;
}
</style>
background-color css
<style>
a { background-color: #BCD626; }
a { background-color: rgb(188,214,38); }
div.DivClassName
{
background-color: #BCD626;
}
.BgClassName
{
background-color: #BCD626;
}
</style>
border-color css
<style>
span { border-color: #BCD626; }
span { border-color: rgb(188,214,38); }
td.TdClassName
{
border-color: #BCD626;
}
.TagClassName
{
border-color: #BCD626;
}
</style>