Shades of Fuego #BEC42E
Tints of Fuego #BEC42E
RGB
CMYK
RGB Variations
Color information
#BEC42E (or 0xBEC42E) is known color: Fuego. HEX triplet: BE, C4 and 2E. RGB value is (190,196,46). Sum of RGB (Red+Green+Blue) = 190+196+46=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC42E is #413BD1. Grayscale: #B1B1B1. Windows color (decimal): -4275154 or 3065022. OLE color: 3065022.
HSL color Cylindrical-coordinate representation of color #BEC42E: hue angle of 62.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEC42E is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 46 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.23 |
| HSL | 62.4º | 0.62% | 0.47% | - |
| HSV(B) | 62.4º | 0.77% | 0.77% | - |
| XYZ | 41.47 | 50.62 | 10.17 | - |
| YUV | 177.11 | 54.01 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 46 | 0.03 | 0 | 0.77 | 0.23 | 62.4 | 0.62 | 0.47 |
| Hex | BE | C4 | 2E | 3 | 0 | 4D | 17 | 3E | 3E | 2F |
| Octal | 276 | 304 | 56 | 3 | 0 | 115 | 27 | 76 | 76 | 57 |
| Binary | 10111110 | 11000100 | 101110 | 11 | 0 | 1001101 | 10111 | 111110 | 111110 | 101111 |
Color Harmonies of #BEC42E
Complementary color
Monochromatic Colors of #BEC42E
Black with #BEC42E
Text Example
Text Example
White with #BEC42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC42E; }
p { color: rgb(190,196,46); }
H1.HeaderClassName
{
color: #BEC42E;
}
.AnyTagClassName
{
color: #BEC42E;
}
</style>
background-color css
<style>
a { background-color: #BEC42E; }
a { background-color: rgb(190,196,46); }
div.DivClassName
{
background-color: #BEC42E;
}
.BgClassName
{
background-color: #BEC42E;
}
</style>
border-color css
<style>
span { border-color: #BEC42E; }
span { border-color: rgb(190,196,46); }
td.TdClassName
{
border-color: #BEC42E;
}
.TagClassName
{
border-color: #BEC42E;
}
</style>