Shades of Fuego #BCD033
Tints of Fuego #BCD033
RGB
CMYK
RGB Variations
Color information
#BCD033 (or 0xBCD033) is known color: Fuego. HEX triplet: BC, D0 and 33. RGB value is (188,208,51). Sum of RGB (Red+Green+Blue) = 188+208+51=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 51 (20.31% from 255 or 11.41% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD033 is #432FCC. Grayscale: #B8B8B8. Windows color (decimal): -4403149 or 3395772. OLE color: 3395772.
HSL color Cylindrical-coordinate representation of color #BCD033: hue angle of 67.64º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCD033 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 51 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.18 |
| HSL | 67.64º | 0.63% | 0.51% | - |
| HSV(B) | 67.64º | 0.75% | 0.82% | - |
| XYZ | 43.89 | 56.04 | 11.64 | - |
| YUV | 184.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 51 | 0.10 | 0 | 0.75 | 0.18 | 67.64 | 0.63 | 0.51 |
| Hex | BC | D0 | 33 | A | 0 | 4B | 12 | 44 | 3F | 33 |
| Octal | 274 | 320 | 63 | 12 | 0 | 113 | 22 | 104 | 77 | 63 |
| Binary | 10111100 | 11010000 | 110011 | 1010 | 0 | 1001011 | 10010 | 1000100 | 111111 | 110011 |
Color Harmonies of #BCD033
Complementary color
Monochromatic Colors of #BCD033
Black with #BCD033
Text Example
Text Example
White with #BCD033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD033; }
p { color: rgb(188,208,51); }
H1.HeaderClassName
{
color: #BCD033;
}
.AnyTagClassName
{
color: #BCD033;
}
</style>
background-color css
<style>
a { background-color: #BCD033; }
a { background-color: rgb(188,208,51); }
div.DivClassName
{
background-color: #BCD033;
}
.BgClassName
{
background-color: #BCD033;
}
</style>
border-color css
<style>
span { border-color: #BCD033; }
span { border-color: rgb(188,208,51); }
td.TdClassName
{
border-color: #BCD033;
}
.TagClassName
{
border-color: #BCD033;
}
</style>