Shades of Fuego #BCDC2B
Tints of Fuego #BCDC2B
RGB
CMYK
RGB Variations
Color information
#BCDC2B (or 0xBCDC2B) is known color: Fuego. HEX triplet: BC, DC and 2B. RGB value is (188,220,43). Sum of RGB (Red+Green+Blue) = 188+220+43=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 43 (17.19% from 255 or 9.53% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC2B is #4323D4. Grayscale: #BEBEBE. Windows color (decimal): -4400085 or 2874556. OLE color: 2874556.
HSL color Cylindrical-coordinate representation of color #BCDC2B: hue angle of 70.85º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCDC2B is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 43 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.14 |
| HSL | 70.85º | 0.72% | 0.52% | - |
| HSV(B) | 70.85º | 0.8% | 0.86% | - |
| XYZ | 46.77 | 62.05 | 11.8 | - |
| YUV | 190.25 | 44.9 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 43 | 0.15 | 0 | 0.80 | 0.14 | 70.85 | 0.72 | 0.52 |
| Hex | BC | DC | 2B | F | 0 | 50 | E | 47 | 48 | 34 |
| Octal | 274 | 334 | 53 | 17 | 0 | 120 | 16 | 107 | 110 | 64 |
| Binary | 10111100 | 11011100 | 101011 | 1111 | 0 | 1010000 | 1110 | 1000111 | 1001000 | 110100 |
Color Harmonies of #BCDC2B
Complementary color
Monochromatic Colors of #BCDC2B
Black with #BCDC2B
Text Example
Text Example
White with #BCDC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC2B; }
p { color: rgb(188,220,43); }
H1.HeaderClassName
{
color: #BCDC2B;
}
.AnyTagClassName
{
color: #BCDC2B;
}
</style>
background-color css
<style>
a { background-color: #BCDC2B; }
a { background-color: rgb(188,220,43); }
div.DivClassName
{
background-color: #BCDC2B;
}
.BgClassName
{
background-color: #BCDC2B;
}
</style>
border-color css
<style>
span { border-color: #BCDC2B; }
span { border-color: rgb(188,220,43); }
td.TdClassName
{
border-color: #BCDC2B;
}
.TagClassName
{
border-color: #BCDC2B;
}
</style>