Shades of Fuego #BEE326
Tints of Fuego #BEE326
RGB
CMYK
RGB Variations
Color information
#BEE326 (or 0xBEE326) is known color: Fuego. HEX triplet: BE, E3 and 26. RGB value is (190,227,38). Sum of RGB (Red+Green+Blue) = 190+227+38=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 227 (89.06% from 255 or 49.89% from 455); Blue value is 38 (15.23% from 255 or 8.35% from 455); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE326 is #411CD9. Grayscale: #C3C3C3. Windows color (decimal): -4267226 or 2548670. OLE color: 2548670.
HSL color Cylindrical-coordinate representation of color #BEE326: hue angle of 71.75º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEE326 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 38 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.11 |
| HSL | 71.75º | 0.77% | 0.52% | - |
| HSV(B) | 71.75º | 0.83% | 0.89% | - |
| XYZ | 49.05 | 66.03 | 11.99 | - |
| YUV | 194.39 | 39.74 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 38 | 0.16 | 0 | 0.83 | 0.11 | 71.75 | 0.77 | 0.52 |
| Hex | BE | E3 | 26 | 10 | 0 | 53 | B | 48 | 4D | 34 |
| Octal | 276 | 343 | 46 | 20 | 0 | 123 | 13 | 110 | 115 | 64 |
| Binary | 10111110 | 11100011 | 100110 | 10000 | 0 | 1010011 | 1011 | 1001000 | 1001101 | 110100 |
Color Harmonies of #BEE326
Complementary color
Monochromatic Colors of #BEE326
Black with #BEE326
Text Example
Text Example
White with #BEE326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE326; }
p { color: rgb(190,227,38); }
H1.HeaderClassName
{
color: #BEE326;
}
.AnyTagClassName
{
color: #BEE326;
}
</style>
background-color css
<style>
a { background-color: #BEE326; }
a { background-color: rgb(190,227,38); }
div.DivClassName
{
background-color: #BEE326;
}
.BgClassName
{
background-color: #BEE326;
}
</style>
border-color css
<style>
span { border-color: #BEE326; }
span { border-color: rgb(190,227,38); }
td.TdClassName
{
border-color: #BEE326;
}
.TagClassName
{
border-color: #BEE326;
}
</style>