Shades of Fuego #BEC82D
Tints of Fuego #BEC82D
RGB
CMYK
RGB Variations
Color information
#BEC82D (or 0xBEC82D) is known color: Fuego. HEX triplet: BE, C8 and 2D. RGB value is (190,200,45). Sum of RGB (Red+Green+Blue) = 190+200+45=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC82D is #4137D2. Grayscale: #B3B3B3. Windows color (decimal): -4274131 or 3000510. OLE color: 3000510.
HSL color Cylindrical-coordinate representation of color #BEC82D: hue angle of 63.87º 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 #BEC82D is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 45 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.22 |
| HSL | 63.87º | 0.63% | 0.48% | - |
| HSV(B) | 63.87º | 0.78% | 0.78% | - |
| XYZ | 42.36 | 52.45 | 10.37 | - |
| YUV | 179.34 | 52.19 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 45 | 0.05 | 0 | 0.78 | 0.22 | 63.87 | 0.63 | 0.48 |
| Hex | BE | C8 | 2D | 5 | 0 | 4E | 16 | 40 | 3F | 30 |
| Octal | 276 | 310 | 55 | 5 | 0 | 116 | 26 | 100 | 77 | 60 |
| Binary | 10111110 | 11001000 | 101101 | 101 | 0 | 1001110 | 10110 | 1000000 | 111111 | 110000 |
Color Harmonies of #BEC82D
Complementary color
Monochromatic Colors of #BEC82D
Black with #BEC82D
Text Example
Text Example
White with #BEC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC82D; }
p { color: rgb(190,200,45); }
H1.HeaderClassName
{
color: #BEC82D;
}
.AnyTagClassName
{
color: #BEC82D;
}
</style>
background-color css
<style>
a { background-color: #BEC82D; }
a { background-color: rgb(190,200,45); }
div.DivClassName
{
background-color: #BEC82D;
}
.BgClassName
{
background-color: #BEC82D;
}
</style>
border-color css
<style>
span { border-color: #BEC82D; }
span { border-color: rgb(190,200,45); }
td.TdClassName
{
border-color: #BEC82D;
}
.TagClassName
{
border-color: #BEC82D;
}
</style>