Shades of Fuego #BEC93A
Tints of Fuego #BEC93A
RGB
CMYK
RGB Variations
Color information
#BEC93A (or 0xBEC93A) is known color: Fuego. HEX triplet: BE, C9 and 3A. RGB value is (190,201,58). Sum of RGB (Red+Green+Blue) = 190+201+58=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC93A is #4136C5. Grayscale: #B5B5B5. Windows color (decimal): -4273862 or 3852734. OLE color: 3852734.
HSL color Cylindrical-coordinate representation of color #BEC93A: hue angle of 64.62º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEC93A is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 58 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.21 |
| HSL | 64.62º | 0.57% | 0.51% | - |
| HSV(B) | 64.62º | 0.71% | 0.79% | - |
| XYZ | 42.89 | 53.03 | 11.98 | - |
| YUV | 181.41 | 58.36 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 58 | 0.05 | 0 | 0.71 | 0.21 | 64.62 | 0.57 | 0.51 |
| Hex | BE | C9 | 3A | 5 | 0 | 47 | 15 | 41 | 39 | 33 |
| Octal | 276 | 311 | 72 | 5 | 0 | 107 | 25 | 101 | 71 | 63 |
| Binary | 10111110 | 11001001 | 111010 | 101 | 0 | 1000111 | 10101 | 1000001 | 111001 | 110011 |
Color Harmonies of #BEC93A
Complementary color
Monochromatic Colors of #BEC93A
Black with #BEC93A
Text Example
Text Example
White with #BEC93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC93A; }
p { color: rgb(190,201,58); }
H1.HeaderClassName
{
color: #BEC93A;
}
.AnyTagClassName
{
color: #BEC93A;
}
</style>
background-color css
<style>
a { background-color: #BEC93A; }
a { background-color: rgb(190,201,58); }
div.DivClassName
{
background-color: #BEC93A;
}
.BgClassName
{
background-color: #BEC93A;
}
</style>
border-color css
<style>
span { border-color: #BEC93A; }
span { border-color: rgb(190,201,58); }
td.TdClassName
{
border-color: #BEC93A;
}
.TagClassName
{
border-color: #BEC93A;
}
</style>