Shades of Fuego #BCD733
Tints of Fuego #BCD733
RGB
CMYK
RGB Variations
Color information
#BCD733 (or 0xBCD733) is known color: Fuego. HEX triplet: BC, D7 and 33. RGB value is (188,215,51). Sum of RGB (Red+Green+Blue) = 188+215+51=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD733 is #4328CC. Grayscale: #BCBCBC. Windows color (decimal): -4401357 or 3397564. OLE color: 3397564.
HSL color Cylindrical-coordinate representation of color #BCD733: hue angle of 69.88º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCD733 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 51 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.16 |
| HSL | 69.88º | 0.67% | 0.52% | - |
| HSV(B) | 69.88º | 0.76% | 0.84% | - |
| XYZ | 45.64 | 59.53 | 12.22 | - |
| YUV | 188.23 | 50.55 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 51 | 0.13 | 0 | 0.76 | 0.16 | 69.88 | 0.67 | 0.52 |
| Hex | BC | D7 | 33 | D | 0 | 4C | 10 | 46 | 43 | 34 |
| Octal | 274 | 327 | 63 | 15 | 0 | 114 | 20 | 106 | 103 | 64 |
| Binary | 10111100 | 11010111 | 110011 | 1101 | 0 | 1001100 | 10000 | 1000110 | 1000011 | 110100 |
Color Harmonies of #BCD733
Complementary color
Monochromatic Colors of #BCD733
Black with #BCD733
Text Example
Text Example
White with #BCD733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD733; }
p { color: rgb(188,215,51); }
H1.HeaderClassName
{
color: #BCD733;
}
.AnyTagClassName
{
color: #BCD733;
}
</style>
background-color css
<style>
a { background-color: #BCD733; }
a { background-color: rgb(188,215,51); }
div.DivClassName
{
background-color: #BCD733;
}
.BgClassName
{
background-color: #BCD733;
}
</style>
border-color css
<style>
span { border-color: #BCD733; }
span { border-color: rgb(188,215,51); }
td.TdClassName
{
border-color: #BCD733;
}
.TagClassName
{
border-color: #BCD733;
}
</style>