Shades of Fuego #BEC52F
Tints of Fuego #BEC52F
RGB
CMYK
RGB Variations
Color information
#BEC52F (or 0xBEC52F) is known color: Fuego. HEX triplet: BE, C5 and 2F. RGB value is (190,197,47). Sum of RGB (Red+Green+Blue) = 190+197+47=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC52F is #413AD0. Grayscale: #B2B2B2. Windows color (decimal): -4274897 or 3130814. OLE color: 3130814.
HSL color Cylindrical-coordinate representation of color #BEC52F: hue angle of 62.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEC52F is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 47 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.23 |
| HSL | 62.8º | 0.61% | 0.48% | - |
| HSV(B) | 62.8º | 0.76% | 0.77% | - |
| XYZ | 41.71 | 51.08 | 10.35 | - |
| YUV | 177.81 | 54.18 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 47 | 0.04 | 0 | 0.76 | 0.23 | 62.8 | 0.61 | 0.48 |
| Hex | BE | C5 | 2F | 4 | 0 | 4C | 17 | 3F | 3D | 30 |
| Octal | 276 | 305 | 57 | 4 | 0 | 114 | 27 | 77 | 75 | 60 |
| Binary | 10111110 | 11000101 | 101111 | 100 | 0 | 1001100 | 10111 | 111111 | 111101 | 110000 |
Color Harmonies of #BEC52F
Complementary color
Monochromatic Colors of #BEC52F
Black with #BEC52F
Text Example
Text Example
White with #BEC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC52F; }
p { color: rgb(190,197,47); }
H1.HeaderClassName
{
color: #BEC52F;
}
.AnyTagClassName
{
color: #BEC52F;
}
</style>
background-color css
<style>
a { background-color: #BEC52F; }
a { background-color: rgb(190,197,47); }
div.DivClassName
{
background-color: #BEC52F;
}
.BgClassName
{
background-color: #BEC52F;
}
</style>
border-color css
<style>
span { border-color: #BEC52F; }
span { border-color: rgb(190,197,47); }
td.TdClassName
{
border-color: #BEC52F;
}
.TagClassName
{
border-color: #BEC52F;
}
</style>