Shades of Fuego #B6C62E
Tints of Fuego #B6C62E
RGB
CMYK
RGB Variations
Color information
#B6C62E (or 0xB6C62E) is known color: Fuego. HEX triplet: B6, C6 and 2E. RGB value is (182,198,46). Sum of RGB (Red+Green+Blue) = 182+198+46=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C62E is #4939D1. Grayscale: #B0B0B0. Windows color (decimal): -4798930 or 3065526. OLE color: 3065526.
HSL color Cylindrical-coordinate representation of color #B6C62E: hue angle of 66.32º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6C62E is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 198 | 46 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.22 |
| HSL | 66.32º | 0.62% | 0.48% | - |
| HSV(B) | 66.32º | 0.77% | 0.78% | - |
| XYZ | 39.98 | 50.53 | 10.23 | - |
| YUV | 175.89 | 54.7 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 198 | 46 | 0.08 | 0 | 0.77 | 0.22 | 66.32 | 0.62 | 0.48 |
| Hex | B6 | C6 | 2E | 8 | 0 | 4D | 16 | 42 | 3E | 30 |
| Octal | 266 | 306 | 56 | 10 | 0 | 115 | 26 | 102 | 76 | 60 |
| Binary | 10110110 | 11000110 | 101110 | 1000 | 0 | 1001101 | 10110 | 1000010 | 111110 | 110000 |
Color Harmonies of #B6C62E
Complementary color
Monochromatic Colors of #B6C62E
Black with #B6C62E
Text Example
Text Example
White with #B6C62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C62E; }
p { color: rgb(182,198,46); }
H1.HeaderClassName
{
color: #B6C62E;
}
.AnyTagClassName
{
color: #B6C62E;
}
</style>
background-color css
<style>
a { background-color: #B6C62E; }
a { background-color: rgb(182,198,46); }
div.DivClassName
{
background-color: #B6C62E;
}
.BgClassName
{
background-color: #B6C62E;
}
</style>
border-color css
<style>
span { border-color: #B6C62E; }
span { border-color: rgb(182,198,46); }
td.TdClassName
{
border-color: #B6C62E;
}
.TagClassName
{
border-color: #B6C62E;
}
</style>