Shades of Fuego #BEC62D
Tints of Fuego #BEC62D
RGB
CMYK
RGB Variations
Color information
#BEC62D (or 0xBEC62D) is known color: Fuego. HEX triplet: BE, C6 and 2D. RGB value is (190,198,45). Sum of RGB (Red+Green+Blue) = 190+198+45=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC62D is #4139D2. Grayscale: #B2B2B2. Windows color (decimal): -4274643 or 2999998. OLE color: 2999998.
HSL color Cylindrical-coordinate representation of color #BEC62D: hue angle of 63.14º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEC62D is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 45 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.22 |
| HSL | 63.14º | 0.63% | 0.48% | - |
| HSV(B) | 63.14º | 0.77% | 0.78% | - |
| XYZ | 41.9 | 51.52 | 10.22 | - |
| YUV | 178.17 | 52.85 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 45 | 0.04 | 0 | 0.77 | 0.22 | 63.14 | 0.63 | 0.48 |
| Hex | BE | C6 | 2D | 4 | 0 | 4D | 16 | 3F | 3F | 30 |
| Octal | 276 | 306 | 55 | 4 | 0 | 115 | 26 | 77 | 77 | 60 |
| Binary | 10111110 | 11000110 | 101101 | 100 | 0 | 1001101 | 10110 | 111111 | 111111 | 110000 |
Color Harmonies of #BEC62D
Complementary color
Monochromatic Colors of #BEC62D
Black with #BEC62D
Text Example
Text Example
White with #BEC62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC62D; }
p { color: rgb(190,198,45); }
H1.HeaderClassName
{
color: #BEC62D;
}
.AnyTagClassName
{
color: #BEC62D;
}
</style>
background-color css
<style>
a { background-color: #BEC62D; }
a { background-color: rgb(190,198,45); }
div.DivClassName
{
background-color: #BEC62D;
}
.BgClassName
{
background-color: #BEC62D;
}
</style>
border-color css
<style>
span { border-color: #BEC62D; }
span { border-color: rgb(190,198,45); }
td.TdClassName
{
border-color: #BEC62D;
}
.TagClassName
{
border-color: #BEC62D;
}
</style>