Shades of Fuego #BEC92D
Tints of Fuego #BEC92D
RGB
CMYK
RGB Variations
Color information
#BEC92D (or 0xBEC92D) is known color: Fuego. HEX triplet: BE, C9 and 2D. RGB value is (190,201,45). Sum of RGB (Red+Green+Blue) = 190+201+45=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC92D is #4136D2. Grayscale: #B4B4B4. Windows color (decimal): -4273875 or 3000766. OLE color: 3000766.
HSL color Cylindrical-coordinate representation of color #BEC92D: hue angle of 64.23º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEC92D is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 45 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.21 |
| HSL | 64.23º | 0.63% | 0.48% | - |
| HSV(B) | 64.23º | 0.78% | 0.79% | - |
| XYZ | 42.6 | 52.91 | 10.45 | - |
| YUV | 179.93 | 51.86 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 45 | 0.05 | 0 | 0.78 | 0.21 | 64.23 | 0.63 | 0.48 |
| Hex | BE | C9 | 2D | 5 | 0 | 4E | 15 | 40 | 3F | 30 |
| Octal | 276 | 311 | 55 | 5 | 0 | 116 | 25 | 100 | 77 | 60 |
| Binary | 10111110 | 11001001 | 101101 | 101 | 0 | 1001110 | 10101 | 1000000 | 111111 | 110000 |
Color Harmonies of #BEC92D
Complementary color
Monochromatic Colors of #BEC92D
Black with #BEC92D
Text Example
Text Example
White with #BEC92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC92D; }
p { color: rgb(190,201,45); }
H1.HeaderClassName
{
color: #BEC92D;
}
.AnyTagClassName
{
color: #BEC92D;
}
</style>
background-color css
<style>
a { background-color: #BEC92D; }
a { background-color: rgb(190,201,45); }
div.DivClassName
{
background-color: #BEC92D;
}
.BgClassName
{
background-color: #BEC92D;
}
</style>
border-color css
<style>
span { border-color: #BEC92D; }
span { border-color: rgb(190,201,45); }
td.TdClassName
{
border-color: #BEC92D;
}
.TagClassName
{
border-color: #BEC92D;
}
</style>