Shades of Fuego #BCD034
Tints of Fuego #BCD034
RGB
CMYK
RGB Variations
Color information
#BCD034 (or 0xBCD034) is known color: Fuego. HEX triplet: BC, D0 and 34. RGB value is (188,208,52). Sum of RGB (Red+Green+Blue) = 188+208+52=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD034 is #432FCB. Grayscale: #B8B8B8. Windows color (decimal): -4403148 or 3461308. OLE color: 3461308.
HSL color Cylindrical-coordinate representation of color #BCD034: hue angle of 67.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCD034 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 52 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.18 |
| HSL | 67.69º | 0.62% | 0.51% | - |
| HSV(B) | 67.69º | 0.75% | 0.82% | - |
| XYZ | 43.91 | 56.05 | 11.75 | - |
| YUV | 184.24 | 53.37 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 52 | 0.10 | 0 | 0.75 | 0.18 | 67.69 | 0.62 | 0.51 |
| Hex | BC | D0 | 34 | A | 0 | 4B | 12 | 44 | 3E | 33 |
| Octal | 274 | 320 | 64 | 12 | 0 | 113 | 22 | 104 | 76 | 63 |
| Binary | 10111100 | 11010000 | 110100 | 1010 | 0 | 1001011 | 10010 | 1000100 | 111110 | 110011 |
Color Harmonies of #BCD034
Complementary color
Monochromatic Colors of #BCD034
Black with #BCD034
Text Example
Text Example
White with #BCD034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD034; }
p { color: rgb(188,208,52); }
H1.HeaderClassName
{
color: #BCD034;
}
.AnyTagClassName
{
color: #BCD034;
}
</style>
background-color css
<style>
a { background-color: #BCD034; }
a { background-color: rgb(188,208,52); }
div.DivClassName
{
background-color: #BCD034;
}
.BgClassName
{
background-color: #BCD034;
}
</style>
border-color css
<style>
span { border-color: #BCD034; }
span { border-color: rgb(188,208,52); }
td.TdClassName
{
border-color: #BCD034;
}
.TagClassName
{
border-color: #BCD034;
}
</style>