Shades of Fuego #BCD52B
Tints of Fuego #BCD52B
RGB
CMYK
RGB Variations
Color information
#BCD52B (or 0xBCD52B) is known color: Fuego. HEX triplet: BC, D5 and 2B. RGB value is (188,213,43). Sum of RGB (Red+Green+Blue) = 188+213+43=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD52B is #432AD4. Grayscale: #BABABA. Windows color (decimal): -4401877 or 2872764. OLE color: 2872764.
HSL color Cylindrical-coordinate representation of color #BCD52B: hue angle of 68.82º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCD52B is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 43 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.16 |
| HSL | 68.82º | 0.67% | 0.5% | - |
| HSV(B) | 68.82º | 0.8% | 0.84% | - |
| XYZ | 44.97 | 58.45 | 11.2 | - |
| YUV | 186.15 | 47.22 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 43 | 0.12 | 0 | 0.80 | 0.16 | 68.82 | 0.67 | 0.5 |
| Hex | BC | D5 | 2B | C | 0 | 50 | 10 | 45 | 43 | 32 |
| Octal | 274 | 325 | 53 | 14 | 0 | 120 | 20 | 105 | 103 | 62 |
| Binary | 10111100 | 11010101 | 101011 | 1100 | 0 | 1010000 | 10000 | 1000101 | 1000011 | 110010 |
Color Harmonies of #BCD52B
Complementary color
Monochromatic Colors of #BCD52B
Black with #BCD52B
Text Example
Text Example
White with #BCD52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD52B; }
p { color: rgb(188,213,43); }
H1.HeaderClassName
{
color: #BCD52B;
}
.AnyTagClassName
{
color: #BCD52B;
}
</style>
background-color css
<style>
a { background-color: #BCD52B; }
a { background-color: rgb(188,213,43); }
div.DivClassName
{
background-color: #BCD52B;
}
.BgClassName
{
background-color: #BCD52B;
}
</style>
border-color css
<style>
span { border-color: #BCD52B; }
span { border-color: rgb(188,213,43); }
td.TdClassName
{
border-color: #BCD52B;
}
.TagClassName
{
border-color: #BCD52B;
}
</style>