Shades of Fuego #BCD12F
Tints of Fuego #BCD12F
RGB
CMYK
RGB Variations
Color information
#BCD12F (or 0xBCD12F) is known color: Fuego. HEX triplet: BC, D1 and 2F. RGB value is (188,209,47). Sum of RGB (Red+Green+Blue) = 188+209+47=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 47 (18.75% from 255 or 10.59% from 444); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD12F is #432ED0. Grayscale: #B8B8B8. Windows color (decimal): -4402897 or 3133884. OLE color: 3133884.
HSL color Cylindrical-coordinate representation of color #BCD12F: hue angle of 67.78º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCD12F is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 47 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.18 |
| HSL | 67.78º | 0.64% | 0.5% | - |
| HSV(B) | 67.78º | 0.78% | 0.82% | - |
| XYZ | 44.05 | 56.5 | 11.27 | - |
| YUV | 184.25 | 50.54 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 47 | 0.10 | 0 | 0.78 | 0.18 | 67.78 | 0.64 | 0.5 |
| Hex | BC | D1 | 2F | A | 0 | 4E | 12 | 44 | 40 | 32 |
| Octal | 274 | 321 | 57 | 12 | 0 | 116 | 22 | 104 | 100 | 62 |
| Binary | 10111100 | 11010001 | 101111 | 1010 | 0 | 1001110 | 10010 | 1000100 | 1000000 | 110010 |
Color Harmonies of #BCD12F
Complementary color
Monochromatic Colors of #BCD12F
Black with #BCD12F
Text Example
Text Example
White with #BCD12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD12F; }
p { color: rgb(188,209,47); }
H1.HeaderClassName
{
color: #BCD12F;
}
.AnyTagClassName
{
color: #BCD12F;
}
</style>
background-color css
<style>
a { background-color: #BCD12F; }
a { background-color: rgb(188,209,47); }
div.DivClassName
{
background-color: #BCD12F;
}
.BgClassName
{
background-color: #BCD12F;
}
</style>
border-color css
<style>
span { border-color: #BCD12F; }
span { border-color: rgb(188,209,47); }
td.TdClassName
{
border-color: #BCD12F;
}
.TagClassName
{
border-color: #BCD12F;
}
</style>