Shades of Fuego #BCD426
Tints of Fuego #BCD426
RGB
CMYK
RGB Variations
Color information
#BCD426 (or 0xBCD426) is known color: Fuego. HEX triplet: BC, D4 and 26. RGB value is (188,212,38). Sum of RGB (Red+Green+Blue) = 188+212+38=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 38 (15.23% from 255 or 8.68% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD426 is #432BD9. Grayscale: #B9B9B9. Windows color (decimal): -4402138 or 2544828. OLE color: 2544828.
HSL color Cylindrical-coordinate representation of color #BCD426: hue angle of 68.28º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCD426 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 38 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.17 |
| HSL | 68.28º | 0.7% | 0.49% | - |
| HSV(B) | 68.28º | 0.82% | 0.83% | - |
| XYZ | 44.63 | 57.92 | 10.66 | - |
| YUV | 184.99 | 45.05 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 38 | 0.11 | 0 | 0.82 | 0.17 | 68.28 | 0.7 | 0.49 |
| Hex | BC | D4 | 26 | B | 0 | 52 | 11 | 44 | 46 | 31 |
| Octal | 274 | 324 | 46 | 13 | 0 | 122 | 21 | 104 | 106 | 61 |
| Binary | 10111100 | 11010100 | 100110 | 1011 | 0 | 1010010 | 10001 | 1000100 | 1000110 | 110001 |
Color Harmonies of #BCD426
Complementary color
Monochromatic Colors of #BCD426
Black with #BCD426
Text Example
Text Example
White with #BCD426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD426; }
p { color: rgb(188,212,38); }
H1.HeaderClassName
{
color: #BCD426;
}
.AnyTagClassName
{
color: #BCD426;
}
</style>
background-color css
<style>
a { background-color: #BCD426; }
a { background-color: rgb(188,212,38); }
div.DivClassName
{
background-color: #BCD426;
}
.BgClassName
{
background-color: #BCD426;
}
</style>
border-color css
<style>
span { border-color: #BCD426; }
span { border-color: rgb(188,212,38); }
td.TdClassName
{
border-color: #BCD426;
}
.TagClassName
{
border-color: #BCD426;
}
</style>