Shades of Fuego #BCD223
Tints of Fuego #BCD223
RGB
CMYK
RGB Variations
Color information
#BCD223 (or 0xBCD223) is known color: Fuego. HEX triplet: BC, D2 and 23. RGB value is (188,210,35). Sum of RGB (Red+Green+Blue) = 188+210+35=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 35 (14.06% from 255 or 8.08% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD223 is #432DDC. Grayscale: #B8B8B8. Windows color (decimal): -4402653 or 2347708. OLE color: 2347708.
HSL color Cylindrical-coordinate representation of color #BCD223: hue angle of 67.54º 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 #BCD223 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 35 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.18 |
| HSL | 67.54º | 0.71% | 0.48% | - |
| HSV(B) | 67.54º | 0.83% | 0.82% | - |
| XYZ | 44.09 | 56.91 | 10.25 | - |
| YUV | 183.47 | 44.21 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 35 | 0.10 | 0 | 0.83 | 0.18 | 67.54 | 0.71 | 0.48 |
| Hex | BC | D2 | 23 | A | 0 | 53 | 12 | 44 | 47 | 30 |
| Octal | 274 | 322 | 43 | 12 | 0 | 123 | 22 | 104 | 107 | 60 |
| Binary | 10111100 | 11010010 | 100011 | 1010 | 0 | 1010011 | 10010 | 1000100 | 1000111 | 110000 |
Color Harmonies of #BCD223
Complementary color
Monochromatic Colors of #BCD223
Black with #BCD223
Text Example
Text Example
White with #BCD223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD223; }
p { color: rgb(188,210,35); }
H1.HeaderClassName
{
color: #BCD223;
}
.AnyTagClassName
{
color: #BCD223;
}
</style>
background-color css
<style>
a { background-color: #BCD223; }
a { background-color: rgb(188,210,35); }
div.DivClassName
{
background-color: #BCD223;
}
.BgClassName
{
background-color: #BCD223;
}
</style>
border-color css
<style>
span { border-color: #BCD223; }
span { border-color: rgb(188,210,35); }
td.TdClassName
{
border-color: #BCD223;
}
.TagClassName
{
border-color: #BCD223;
}
</style>