Shades of Fuego #B6C92E
Tints of Fuego #B6C92E
RGB
CMYK
RGB Variations
Color information
#B6C92E (or 0xB6C92E) is known color: Fuego. HEX triplet: B6, C9 and 2E. RGB value is (182,201,46). Sum of RGB (Red+Green+Blue) = 182+201+46=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 46 (18.36% from 255 or 10.72% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C92E is #4936D1. Grayscale: #B2B2B2. Windows color (decimal): -4798162 or 3066294. OLE color: 3066294.
HSL color Cylindrical-coordinate representation of color #B6C92E: hue angle of 67.35º 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 #B6C92E is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 201 | 46 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.21 |
| HSL | 67.35º | 0.63% | 0.48% | - |
| HSV(B) | 67.35º | 0.77% | 0.79% | - |
| XYZ | 40.67 | 51.92 | 10.46 | - |
| YUV | 177.65 | 53.71 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 201 | 46 | 0.09 | 0 | 0.77 | 0.21 | 67.35 | 0.63 | 0.48 |
| Hex | B6 | C9 | 2E | 9 | 0 | 4D | 15 | 43 | 3F | 30 |
| Octal | 266 | 311 | 56 | 11 | 0 | 115 | 25 | 103 | 77 | 60 |
| Binary | 10110110 | 11001001 | 101110 | 1001 | 0 | 1001101 | 10101 | 1000011 | 111111 | 110000 |
Color Harmonies of #B6C92E
Complementary color
Monochromatic Colors of #B6C92E
Black with #B6C92E
Text Example
Text Example
White with #B6C92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C92E; }
p { color: rgb(182,201,46); }
H1.HeaderClassName
{
color: #B6C92E;
}
.AnyTagClassName
{
color: #B6C92E;
}
</style>
background-color css
<style>
a { background-color: #B6C92E; }
a { background-color: rgb(182,201,46); }
div.DivClassName
{
background-color: #B6C92E;
}
.BgClassName
{
background-color: #B6C92E;
}
</style>
border-color css
<style>
span { border-color: #B6C92E; }
span { border-color: rgb(182,201,46); }
td.TdClassName
{
border-color: #B6C92E;
}
.TagClassName
{
border-color: #B6C92E;
}
</style>