Shades of Fuego #BCD133
Tints of Fuego #BCD133
RGB
CMYK
RGB Variations
Color information
#BCD133 (or 0xBCD133) is known color: Fuego. HEX triplet: BC, D1 and 33. RGB value is (188,209,51). Sum of RGB (Red+Green+Blue) = 188+209+51=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD133 is #432ECC. Grayscale: #B9B9B9. Windows color (decimal): -4402893 or 3396028. OLE color: 3396028.
HSL color Cylindrical-coordinate representation of color #BCD133: hue angle of 67.97º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCD133 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 51 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.18 |
| HSL | 67.97º | 0.63% | 0.51% | - |
| HSV(B) | 67.97º | 0.76% | 0.82% | - |
| XYZ | 44.14 | 56.53 | 11.72 | - |
| YUV | 184.71 | 52.54 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 51 | 0.10 | 0 | 0.76 | 0.18 | 67.97 | 0.63 | 0.51 |
| Hex | BC | D1 | 33 | A | 0 | 4C | 12 | 44 | 3F | 33 |
| Octal | 274 | 321 | 63 | 12 | 0 | 114 | 22 | 104 | 77 | 63 |
| Binary | 10111100 | 11010001 | 110011 | 1010 | 0 | 1001100 | 10010 | 1000100 | 111111 | 110011 |
Color Harmonies of #BCD133
Complementary color
Monochromatic Colors of #BCD133
Black with #BCD133
Text Example
Text Example
White with #BCD133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD133; }
p { color: rgb(188,209,51); }
H1.HeaderClassName
{
color: #BCD133;
}
.AnyTagClassName
{
color: #BCD133;
}
</style>
background-color css
<style>
a { background-color: #BCD133; }
a { background-color: rgb(188,209,51); }
div.DivClassName
{
background-color: #BCD133;
}
.BgClassName
{
background-color: #BCD133;
}
</style>
border-color css
<style>
span { border-color: #BCD133; }
span { border-color: rgb(188,209,51); }
td.TdClassName
{
border-color: #BCD133;
}
.TagClassName
{
border-color: #BCD133;
}
</style>