Shades of Fuego #BCDD23
Tints of Fuego #BCDD23
RGB
CMYK
RGB Variations
Color information
#BCDD23 (or 0xBCDD23) is known color: Fuego. HEX triplet: BC, DD and 23. RGB value is (188,221,35). Sum of RGB (Red+Green+Blue) = 188+221+35=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 35 (14.06% from 255 or 7.88% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD23 is #4322DC. Grayscale: #BEBEBE. Windows color (decimal): -4399837 or 2350524. OLE color: 2350524.
HSL color Cylindrical-coordinate representation of color #BCDD23: hue angle of 70.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCDD23 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 35 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.13 |
| HSL | 70.65º | 0.73% | 0.5% | - |
| HSV(B) | 70.65º | 0.84% | 0.87% | - |
| XYZ | 46.9 | 62.53 | 11.19 | - |
| YUV | 189.93 | 40.57 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 35 | 0.15 | 0 | 0.84 | 0.13 | 70.65 | 0.73 | 0.5 |
| Hex | BC | DD | 23 | F | 0 | 54 | D | 47 | 49 | 32 |
| Octal | 274 | 335 | 43 | 17 | 0 | 124 | 15 | 107 | 111 | 62 |
| Binary | 10111100 | 11011101 | 100011 | 1111 | 0 | 1010100 | 1101 | 1000111 | 1001001 | 110010 |
Color Harmonies of #BCDD23
Complementary color
Monochromatic Colors of #BCDD23
Black with #BCDD23
Text Example
Text Example
White with #BCDD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD23; }
p { color: rgb(188,221,35); }
H1.HeaderClassName
{
color: #BCDD23;
}
.AnyTagClassName
{
color: #BCDD23;
}
</style>
background-color css
<style>
a { background-color: #BCDD23; }
a { background-color: rgb(188,221,35); }
div.DivClassName
{
background-color: #BCDD23;
}
.BgClassName
{
background-color: #BCDD23;
}
</style>
border-color css
<style>
span { border-color: #BCDD23; }
span { border-color: rgb(188,221,35); }
td.TdClassName
{
border-color: #BCDD23;
}
.TagClassName
{
border-color: #BCDD23;
}
</style>