Shades of Fuego #BCD32E
Tints of Fuego #BCD32E
RGB
CMYK
RGB Variations
Color information
#BCD32E (or 0xBCD32E) is known color: Fuego. HEX triplet: BC, D3 and 2E. RGB value is (188,211,46). Sum of RGB (Red+Green+Blue) = 188+211+46=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 46 (18.36% from 255 or 10.34% from 445); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD32E is #432CD1. Grayscale: #B9B9B9. Windows color (decimal): -4402386 or 3068860. OLE color: 3068860.
HSL color Cylindrical-coordinate representation of color #BCD32E: hue angle of 68.36º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCD32E is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 46 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.17 |
| HSL | 68.36º | 0.65% | 0.5% | - |
| HSV(B) | 68.36º | 0.78% | 0.83% | - |
| XYZ | 44.53 | 57.48 | 11.33 | - |
| YUV | 185.31 | 49.38 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 46 | 0.11 | 0 | 0.78 | 0.17 | 68.36 | 0.65 | 0.5 |
| Hex | BC | D3 | 2E | B | 0 | 4E | 11 | 44 | 41 | 32 |
| Octal | 274 | 323 | 56 | 13 | 0 | 116 | 21 | 104 | 101 | 62 |
| Binary | 10111100 | 11010011 | 101110 | 1011 | 0 | 1001110 | 10001 | 1000100 | 1000001 | 110010 |
Color Harmonies of #BCD32E
Complementary color
Monochromatic Colors of #BCD32E
Black with #BCD32E
Text Example
Text Example
White with #BCD32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD32E; }
p { color: rgb(188,211,46); }
H1.HeaderClassName
{
color: #BCD32E;
}
.AnyTagClassName
{
color: #BCD32E;
}
</style>
background-color css
<style>
a { background-color: #BCD32E; }
a { background-color: rgb(188,211,46); }
div.DivClassName
{
background-color: #BCD32E;
}
.BgClassName
{
background-color: #BCD32E;
}
</style>
border-color css
<style>
span { border-color: #BCD32E; }
span { border-color: rgb(188,211,46); }
td.TdClassName
{
border-color: #BCD32E;
}
.TagClassName
{
border-color: #BCD32E;
}
</style>