Shades of Fuego #B3C92E
Tints of Fuego #B3C92E
RGB
CMYK
RGB Variations
Color information
#B3C92E (or 0xB3C92E) is known color: Fuego. HEX triplet: B3, C9 and 2E. RGB value is (179,201,46). Sum of RGB (Red+Green+Blue) = 179+201+46=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C92E is #4C36D1. Grayscale: #B1B1B1. Windows color (decimal): -4994770 or 3066291. OLE color: 3066291.
HSL color Cylindrical-coordinate representation of color #B3C92E: hue angle of 68.52º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3C92E is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 201 | 46 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.21 |
| HSL | 68.52º | 0.63% | 0.48% | - |
| HSV(B) | 68.52º | 0.77% | 0.79% | - |
| XYZ | 39.97 | 51.55 | 10.43 | - |
| YUV | 176.75 | 54.21 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 201 | 46 | 0.11 | 0 | 0.77 | 0.21 | 68.52 | 0.63 | 0.48 |
| Hex | B3 | C9 | 2E | B | 0 | 4D | 15 | 45 | 3F | 30 |
| Octal | 263 | 311 | 56 | 13 | 0 | 115 | 25 | 105 | 77 | 60 |
| Binary | 10110011 | 11001001 | 101110 | 1011 | 0 | 1001101 | 10101 | 1000101 | 111111 | 110000 |
Color Harmonies of #B3C92E
Complementary color
Monochromatic Colors of #B3C92E
Black with #B3C92E
Text Example
Text Example
White with #B3C92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C92E; }
p { color: rgb(179,201,46); }
H1.HeaderClassName
{
color: #B3C92E;
}
.AnyTagClassName
{
color: #B3C92E;
}
</style>
background-color css
<style>
a { background-color: #B3C92E; }
a { background-color: rgb(179,201,46); }
div.DivClassName
{
background-color: #B3C92E;
}
.BgClassName
{
background-color: #B3C92E;
}
</style>
border-color css
<style>
span { border-color: #B3C92E; }
span { border-color: rgb(179,201,46); }
td.TdClassName
{
border-color: #B3C92E;
}
.TagClassName
{
border-color: #B3C92E;
}
</style>