Shades of Fuego #BCD62B
Tints of Fuego #BCD62B
RGB
CMYK
RGB Variations
Color information
#BCD62B (or 0xBCD62B) is known color: Fuego. HEX triplet: BC, D6 and 2B. RGB value is (188,214,43). Sum of RGB (Red+Green+Blue) = 188+214+43=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 43 (17.19% from 255 or 9.66% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD62B is #4329D4. Grayscale: #BBBBBB. Windows color (decimal): -4401621 or 2873020. OLE color: 2873020.
HSL color Cylindrical-coordinate representation of color #BCD62B: hue angle of 69.12º degrees, saturation: 0.68, 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 #BCD62B is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 43 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.16 |
| HSL | 69.12º | 0.68% | 0.5% | - |
| HSV(B) | 69.12º | 0.8% | 0.84% | - |
| XYZ | 45.22 | 58.96 | 11.28 | - |
| YUV | 186.73 | 46.89 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 43 | 0.12 | 0 | 0.80 | 0.16 | 69.12 | 0.68 | 0.5 |
| Hex | BC | D6 | 2B | C | 0 | 50 | 10 | 45 | 44 | 32 |
| Octal | 274 | 326 | 53 | 14 | 0 | 120 | 20 | 105 | 104 | 62 |
| Binary | 10111100 | 11010110 | 101011 | 1100 | 0 | 1010000 | 10000 | 1000101 | 1000100 | 110010 |
Color Harmonies of #BCD62B
Complementary color
Monochromatic Colors of #BCD62B
Black with #BCD62B
Text Example
Text Example
White with #BCD62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD62B; }
p { color: rgb(188,214,43); }
H1.HeaderClassName
{
color: #BCD62B;
}
.AnyTagClassName
{
color: #BCD62B;
}
</style>
background-color css
<style>
a { background-color: #BCD62B; }
a { background-color: rgb(188,214,43); }
div.DivClassName
{
background-color: #BCD62B;
}
.BgClassName
{
background-color: #BCD62B;
}
</style>
border-color css
<style>
span { border-color: #BCD62B; }
span { border-color: rgb(188,214,43); }
td.TdClassName
{
border-color: #BCD62B;
}
.TagClassName
{
border-color: #BCD62B;
}
</style>