Shades of Fuego #BCD635
Tints of Fuego #BCD635
RGB
CMYK
RGB Variations
Color information
#BCD635 (or 0xBCD635) is known color: Fuego. HEX triplet: BC, D6 and 35. RGB value is (188,214,53). Sum of RGB (Red+Green+Blue) = 188+214+53=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD635 is #4329CA. Grayscale: #BCBCBC. Windows color (decimal): -4401611 or 3528380. OLE color: 3528380.
HSL color Cylindrical-coordinate representation of color #BCD635: hue angle of 69.69º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCD635 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 53 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.16 |
| HSL | 69.69º | 0.66% | 0.52% | - |
| HSV(B) | 69.69º | 0.75% | 0.84% | - |
| XYZ | 45.43 | 59.04 | 12.37 | - |
| YUV | 187.87 | 51.89 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 53 | 0.12 | 0 | 0.75 | 0.16 | 69.69 | 0.66 | 0.52 |
| Hex | BC | D6 | 35 | C | 0 | 4B | 10 | 46 | 42 | 34 |
| Octal | 274 | 326 | 65 | 14 | 0 | 113 | 20 | 106 | 102 | 64 |
| Binary | 10111100 | 11010110 | 110101 | 1100 | 0 | 1001011 | 10000 | 1000110 | 1000010 | 110100 |
Color Harmonies of #BCD635
Complementary color
Monochromatic Colors of #BCD635
Black with #BCD635
Text Example
Text Example
White with #BCD635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD635; }
p { color: rgb(188,214,53); }
H1.HeaderClassName
{
color: #BCD635;
}
.AnyTagClassName
{
color: #BCD635;
}
</style>
background-color css
<style>
a { background-color: #BCD635; }
a { background-color: rgb(188,214,53); }
div.DivClassName
{
background-color: #BCD635;
}
.BgClassName
{
background-color: #BCD635;
}
</style>
border-color css
<style>
span { border-color: #BCD635; }
span { border-color: rgb(188,214,53); }
td.TdClassName
{
border-color: #BCD635;
}
.TagClassName
{
border-color: #BCD635;
}
</style>