Shades of Fuego #BCD029
Tints of Fuego #BCD029
RGB
CMYK
RGB Variations
Color information
#BCD029 (or 0xBCD029) is known color: Fuego. HEX triplet: BC, D0 and 29. RGB value is (188,208,41). Sum of RGB (Red+Green+Blue) = 188+208+41=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 41 (16.41% from 255 or 9.38% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD029 is #432FD6. Grayscale: #B7B7B7. Windows color (decimal): -4403159 or 2740412. OLE color: 2740412.
HSL color Cylindrical-coordinate representation of color #BCD029: hue angle of 67.19º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCD029 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 41 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.18 |
| HSL | 67.19º | 0.67% | 0.49% | - |
| HSV(B) | 67.19º | 0.8% | 0.82% | - |
| XYZ | 43.7 | 55.96 | 10.6 | - |
| YUV | 182.98 | 47.87 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 41 | 0.10 | 0 | 0.80 | 0.18 | 67.19 | 0.67 | 0.49 |
| Hex | BC | D0 | 29 | A | 0 | 50 | 12 | 43 | 43 | 31 |
| Octal | 274 | 320 | 51 | 12 | 0 | 120 | 22 | 103 | 103 | 61 |
| Binary | 10111100 | 11010000 | 101001 | 1010 | 0 | 1010000 | 10010 | 1000011 | 1000011 | 110001 |
Color Harmonies of #BCD029
Complementary color
Monochromatic Colors of #BCD029
Black with #BCD029
Text Example
Text Example
White with #BCD029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD029; }
p { color: rgb(188,208,41); }
H1.HeaderClassName
{
color: #BCD029;
}
.AnyTagClassName
{
color: #BCD029;
}
</style>
background-color css
<style>
a { background-color: #BCD029; }
a { background-color: rgb(188,208,41); }
div.DivClassName
{
background-color: #BCD029;
}
.BgClassName
{
background-color: #BCD029;
}
</style>
border-color css
<style>
span { border-color: #BCD029; }
span { border-color: rgb(188,208,41); }
td.TdClassName
{
border-color: #BCD029;
}
.TagClassName
{
border-color: #BCD029;
}
</style>