Shades of Fuego #BEC52E
Tints of Fuego #BEC52E
RGB
CMYK
RGB Variations
Color information
#BEC52E (or 0xBEC52E) is known color: Fuego. HEX triplet: BE, C5 and 2E. RGB value is (190,197,46). Sum of RGB (Red+Green+Blue) = 190+197+46=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 46 (18.36% from 255 or 10.62% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC52E is #413AD1. Grayscale: #B2B2B2. Windows color (decimal): -4274898 or 3065278. OLE color: 3065278.
HSL color Cylindrical-coordinate representation of color #BEC52E: hue angle of 62.78º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEC52E is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 46 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.23 |
| HSL | 62.78º | 0.62% | 0.48% | - |
| HSV(B) | 62.78º | 0.77% | 0.77% | - |
| XYZ | 41.69 | 51.08 | 10.25 | - |
| YUV | 177.69 | 53.68 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 46 | 0.04 | 0 | 0.77 | 0.23 | 62.78 | 0.62 | 0.48 |
| Hex | BE | C5 | 2E | 4 | 0 | 4D | 17 | 3F | 3E | 30 |
| Octal | 276 | 305 | 56 | 4 | 0 | 115 | 27 | 77 | 76 | 60 |
| Binary | 10111110 | 11000101 | 101110 | 100 | 0 | 1001101 | 10111 | 111111 | 111110 | 110000 |
Color Harmonies of #BEC52E
Complementary color
Monochromatic Colors of #BEC52E
Black with #BEC52E
Text Example
Text Example
White with #BEC52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC52E; }
p { color: rgb(190,197,46); }
H1.HeaderClassName
{
color: #BEC52E;
}
.AnyTagClassName
{
color: #BEC52E;
}
</style>
background-color css
<style>
a { background-color: #BEC52E; }
a { background-color: rgb(190,197,46); }
div.DivClassName
{
background-color: #BEC52E;
}
.BgClassName
{
background-color: #BEC52E;
}
</style>
border-color css
<style>
span { border-color: #BEC52E; }
span { border-color: rgb(190,197,46); }
td.TdClassName
{
border-color: #BEC52E;
}
.TagClassName
{
border-color: #BEC52E;
}
</style>