Shades of Fuego #BCD337
Tints of Fuego #BCD337
RGB
CMYK
RGB Variations
Color information
#BCD337 (or 0xBCD337) is known color: Fuego. HEX triplet: BC, D3 and 37. RGB value is (188,211,55). Sum of RGB (Red+Green+Blue) = 188+211+55=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 55 (21.88% from 255 or 12.11% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD337 is #432CC8. Grayscale: #BABABA. Windows color (decimal): -4402377 or 3658684. OLE color: 3658684.
HSL color Cylindrical-coordinate representation of color #BCD337: hue angle of 68.85º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCD337 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 55 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.17 |
| HSL | 68.85º | 0.64% | 0.52% | - |
| HSV(B) | 68.85º | 0.74% | 0.83% | - |
| XYZ | 44.72 | 57.56 | 12.37 | - |
| YUV | 186.34 | 53.88 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 55 | 0.11 | 0 | 0.74 | 0.17 | 68.85 | 0.64 | 0.52 |
| Hex | BC | D3 | 37 | B | 0 | 4A | 11 | 45 | 40 | 34 |
| Octal | 274 | 323 | 67 | 13 | 0 | 112 | 21 | 105 | 100 | 64 |
| Binary | 10111100 | 11010011 | 110111 | 1011 | 0 | 1001010 | 10001 | 1000101 | 1000000 | 110100 |
Color Harmonies of #BCD337
Complementary color
Monochromatic Colors of #BCD337
Black with #BCD337
Text Example
Text Example
White with #BCD337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD337; }
p { color: rgb(188,211,55); }
H1.HeaderClassName
{
color: #BCD337;
}
.AnyTagClassName
{
color: #BCD337;
}
</style>
background-color css
<style>
a { background-color: #BCD337; }
a { background-color: rgb(188,211,55); }
div.DivClassName
{
background-color: #BCD337;
}
.BgClassName
{
background-color: #BCD337;
}
</style>
border-color css
<style>
span { border-color: #BCD337; }
span { border-color: rgb(188,211,55); }
td.TdClassName
{
border-color: #BCD337;
}
.TagClassName
{
border-color: #BCD337;
}
</style>