Shades of Fuego #B9E326
Tints of Fuego #B9E326
RGB
CMYK
RGB Variations
Color information
#B9E326 (or 0xB9E326) is known color: Fuego. HEX triplet: B9, E3 and 26. RGB value is (185,227,38). Sum of RGB (Red+Green+Blue) = 185+227+38=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 227 (89.06% from 255 or 50.44% from 450); Blue value is 38 (15.23% from 255 or 8.44% from 450); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E326 is #461CD9. Grayscale: #C1C1C1. Windows color (decimal): -4594906 or 2548665. OLE color: 2548665.
HSL color Cylindrical-coordinate representation of color #B9E326: hue angle of 73.33º 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 #B9E326 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 227 | 38 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.11 |
| HSL | 73.33º | 0.77% | 0.52% | - |
| HSV(B) | 73.33º | 0.83% | 0.89% | - |
| XYZ | 47.83 | 65.39 | 11.93 | - |
| YUV | 192.9 | 40.59 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 227 | 38 | 0.19 | 0 | 0.83 | 0.11 | 73.33 | 0.77 | 0.52 |
| Hex | B9 | E3 | 26 | 13 | 0 | 53 | B | 49 | 4D | 34 |
| Octal | 271 | 343 | 46 | 23 | 0 | 123 | 13 | 111 | 115 | 64 |
| Binary | 10111001 | 11100011 | 100110 | 10011 | 0 | 1010011 | 1011 | 1001001 | 1001101 | 110100 |
Color Harmonies of #B9E326
Complementary color
Monochromatic Colors of #B9E326
Black with #B9E326
Text Example
Text Example
White with #B9E326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E326; }
p { color: rgb(185,227,38); }
H1.HeaderClassName
{
color: #B9E326;
}
.AnyTagClassName
{
color: #B9E326;
}
</style>
background-color css
<style>
a { background-color: #B9E326; }
a { background-color: rgb(185,227,38); }
div.DivClassName
{
background-color: #B9E326;
}
.BgClassName
{
background-color: #B9E326;
}
</style>
border-color css
<style>
span { border-color: #B9E326; }
span { border-color: rgb(185,227,38); }
td.TdClassName
{
border-color: #B9E326;
}
.TagClassName
{
border-color: #B9E326;
}
</style>