Shades of Fuego #BCD222
Tints of Fuego #BCD222
RGB
CMYK
RGB Variations
Color information
#BCD222 (or 0xBCD222) is known color: Fuego. HEX triplet: BC, D2 and 22. RGB value is (188,210,34). Sum of RGB (Red+Green+Blue) = 188+210+34=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 34 (13.67% from 255 or 7.87% from 432); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD222 is #432DDD. Grayscale: #B8B8B8. Windows color (decimal): -4402654 or 2282172. OLE color: 2282172.
HSL color Cylindrical-coordinate representation of color #BCD222: hue angle of 67.5º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCD222 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 34 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.18 |
| HSL | 67.5º | 0.72% | 0.48% | - |
| HSV(B) | 67.5º | 0.84% | 0.82% | - |
| XYZ | 44.07 | 56.9 | 10.17 | - |
| YUV | 183.36 | 43.71 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 34 | 0.10 | 0 | 0.84 | 0.18 | 67.5 | 0.72 | 0.48 |
| Hex | BC | D2 | 22 | A | 0 | 54 | 12 | 44 | 48 | 30 |
| Octal | 274 | 322 | 42 | 12 | 0 | 124 | 22 | 104 | 110 | 60 |
| Binary | 10111100 | 11010010 | 100010 | 1010 | 0 | 1010100 | 10010 | 1000100 | 1001000 | 110000 |
Color Harmonies of #BCD222
Complementary color
Monochromatic Colors of #BCD222
Black with #BCD222
Text Example
Text Example
White with #BCD222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD222; }
p { color: rgb(188,210,34); }
H1.HeaderClassName
{
color: #BCD222;
}
.AnyTagClassName
{
color: #BCD222;
}
</style>
background-color css
<style>
a { background-color: #BCD222; }
a { background-color: rgb(188,210,34); }
div.DivClassName
{
background-color: #BCD222;
}
.BgClassName
{
background-color: #BCD222;
}
</style>
border-color css
<style>
span { border-color: #BCD222; }
span { border-color: rgb(188,210,34); }
td.TdClassName
{
border-color: #BCD222;
}
.TagClassName
{
border-color: #BCD222;
}
</style>