Shades of Fuego #BCDC23
Tints of Fuego #BCDC23
RGB
CMYK
RGB Variations
Color information
#BCDC23 (or 0xBCDC23) is known color: Fuego. HEX triplet: BC, DC and 23. RGB value is (188,220,35). Sum of RGB (Red+Green+Blue) = 188+220+35=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 35 (14.06% from 255 or 7.90% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC23 is #4323DC. Grayscale: #BEBEBE. Windows color (decimal): -4400093 or 2350268. OLE color: 2350268.
HSL color Cylindrical-coordinate representation of color #BCDC23: hue angle of 70.38º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCDC23 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 35 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.14 |
| HSL | 70.38º | 0.73% | 0.5% | - |
| HSV(B) | 70.38º | 0.84% | 0.86% | - |
| XYZ | 46.64 | 62 | 11.1 | - |
| YUV | 189.34 | 40.9 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 35 | 0.15 | 0 | 0.84 | 0.14 | 70.38 | 0.73 | 0.5 |
| Hex | BC | DC | 23 | F | 0 | 54 | E | 46 | 49 | 32 |
| Octal | 274 | 334 | 43 | 17 | 0 | 124 | 16 | 106 | 111 | 62 |
| Binary | 10111100 | 11011100 | 100011 | 1111 | 0 | 1010100 | 1110 | 1000110 | 1001001 | 110010 |
Color Harmonies of #BCDC23
Complementary color
Monochromatic Colors of #BCDC23
Black with #BCDC23
Text Example
Text Example
White with #BCDC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC23; }
p { color: rgb(188,220,35); }
H1.HeaderClassName
{
color: #BCDC23;
}
.AnyTagClassName
{
color: #BCDC23;
}
</style>
background-color css
<style>
a { background-color: #BCDC23; }
a { background-color: rgb(188,220,35); }
div.DivClassName
{
background-color: #BCDC23;
}
.BgClassName
{
background-color: #BCDC23;
}
</style>
border-color css
<style>
span { border-color: #BCDC23; }
span { border-color: rgb(188,220,35); }
td.TdClassName
{
border-color: #BCDC23;
}
.TagClassName
{
border-color: #BCDC23;
}
</style>