Shades of Fuego #BCD734
Tints of Fuego #BCD734
RGB
CMYK
RGB Variations
Color information
#BCD734 (or 0xBCD734) is known color: Fuego. HEX triplet: BC, D7 and 34. RGB value is (188,215,52). Sum of RGB (Red+Green+Blue) = 188+215+52=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 215 (84.38% from 255 or 47.25% from 455); Blue value is 52 (20.70% from 255 or 11.43% from 455); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD734 is #4328CB. Grayscale: #BCBCBC. Windows color (decimal): -4401356 or 3463100. OLE color: 3463100.
HSL color Cylindrical-coordinate representation of color #BCD734: hue angle of 69.94º 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 #BCD734 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 52 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.16 |
| HSL | 69.94º | 0.67% | 0.52% | - |
| HSV(B) | 69.94º | 0.76% | 0.84% | - |
| XYZ | 45.66 | 59.54 | 12.33 | - |
| YUV | 188.35 | 51.05 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 52 | 0.13 | 0 | 0.76 | 0.16 | 69.94 | 0.67 | 0.52 |
| Hex | BC | D7 | 34 | D | 0 | 4C | 10 | 46 | 43 | 34 |
| Octal | 274 | 327 | 64 | 15 | 0 | 114 | 20 | 106 | 103 | 64 |
| Binary | 10111100 | 11010111 | 110100 | 1101 | 0 | 1001100 | 10000 | 1000110 | 1000011 | 110100 |
Color Harmonies of #BCD734
Complementary color
Monochromatic Colors of #BCD734
Black with #BCD734
Text Example
Text Example
White with #BCD734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD734; }
p { color: rgb(188,215,52); }
H1.HeaderClassName
{
color: #BCD734;
}
.AnyTagClassName
{
color: #BCD734;
}
</style>
background-color css
<style>
a { background-color: #BCD734; }
a { background-color: rgb(188,215,52); }
div.DivClassName
{
background-color: #BCD734;
}
.BgClassName
{
background-color: #BCD734;
}
</style>
border-color css
<style>
span { border-color: #BCD734; }
span { border-color: rgb(188,215,52); }
td.TdClassName
{
border-color: #BCD734;
}
.TagClassName
{
border-color: #BCD734;
}
</style>