Shades of Fuego #BCD62F
Tints of Fuego #BCD62F
RGB
CMYK
RGB Variations
Color information
#BCD62F (or 0xBCD62F) is known color: Fuego. HEX triplet: BC, D6 and 2F. RGB value is (188,214,47). Sum of RGB (Red+Green+Blue) = 188+214+47=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD62F is #4329D0. Grayscale: #BBBBBB. Windows color (decimal): -4401617 or 3135164. OLE color: 3135164.
HSL color Cylindrical-coordinate representation of color #BCD62F: hue angle of 69.34º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCD62F is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 47 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.16 |
| HSL | 69.34º | 0.67% | 0.51% | - |
| HSV(B) | 69.34º | 0.78% | 0.84% | - |
| XYZ | 45.3 | 58.99 | 11.69 | - |
| YUV | 187.19 | 48.89 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 47 | 0.12 | 0 | 0.78 | 0.16 | 69.34 | 0.67 | 0.51 |
| Hex | BC | D6 | 2F | C | 0 | 4E | 10 | 45 | 43 | 33 |
| Octal | 274 | 326 | 57 | 14 | 0 | 116 | 20 | 105 | 103 | 63 |
| Binary | 10111100 | 11010110 | 101111 | 1100 | 0 | 1001110 | 10000 | 1000101 | 1000011 | 110011 |
Color Harmonies of #BCD62F
Complementary color
Monochromatic Colors of #BCD62F
Black with #BCD62F
Text Example
Text Example
White with #BCD62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD62F; }
p { color: rgb(188,214,47); }
H1.HeaderClassName
{
color: #BCD62F;
}
.AnyTagClassName
{
color: #BCD62F;
}
</style>
background-color css
<style>
a { background-color: #BCD62F; }
a { background-color: rgb(188,214,47); }
div.DivClassName
{
background-color: #BCD62F;
}
.BgClassName
{
background-color: #BCD62F;
}
</style>
border-color css
<style>
span { border-color: #BCD62F; }
span { border-color: rgb(188,214,47); }
td.TdClassName
{
border-color: #BCD62F;
}
.TagClassName
{
border-color: #BCD62F;
}
</style>