Shades of Fuego #BCD224
Tints of Fuego #BCD224
RGB
CMYK
RGB Variations
Color information
#BCD224 (or 0xBCD224) is known color: Fuego. HEX triplet: BC, D2 and 24. RGB value is (188,210,36). Sum of RGB (Red+Green+Blue) = 188+210+36=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD224 is #432DDB. Grayscale: #B8B8B8. Windows color (decimal): -4402652 or 2413244. OLE color: 2413244.
HSL color Cylindrical-coordinate representation of color #BCD224: hue angle of 67.59º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCD224 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 36 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.18 |
| HSL | 67.59º | 0.71% | 0.48% | - |
| HSV(B) | 67.59º | 0.83% | 0.82% | - |
| XYZ | 44.1 | 56.91 | 10.33 | - |
| YUV | 183.59 | 44.71 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 36 | 0.10 | 0 | 0.83 | 0.18 | 67.59 | 0.71 | 0.48 |
| Hex | BC | D2 | 24 | A | 0 | 53 | 12 | 44 | 47 | 30 |
| Octal | 274 | 322 | 44 | 12 | 0 | 123 | 22 | 104 | 107 | 60 |
| Binary | 10111100 | 11010010 | 100100 | 1010 | 0 | 1010011 | 10010 | 1000100 | 1000111 | 110000 |
Color Harmonies of #BCD224
Complementary color
Monochromatic Colors of #BCD224
Black with #BCD224
Text Example
Text Example
White with #BCD224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD224; }
p { color: rgb(188,210,36); }
H1.HeaderClassName
{
color: #BCD224;
}
.AnyTagClassName
{
color: #BCD224;
}
</style>
background-color css
<style>
a { background-color: #BCD224; }
a { background-color: rgb(188,210,36); }
div.DivClassName
{
background-color: #BCD224;
}
.BgClassName
{
background-color: #BCD224;
}
</style>
border-color css
<style>
span { border-color: #BCD224; }
span { border-color: rgb(188,210,36); }
td.TdClassName
{
border-color: #BCD224;
}
.TagClassName
{
border-color: #BCD224;
}
</style>