Shades of Feijoa #B6E18E
Tints of Feijoa #B6E18E
RGB
CMYK
RGB Variations
Color information
#B6E18E (or 0xB6E18E) is known color: Feijoa. HEX triplet: B6, E1 and 8E. RGB value is (182,225,142). Sum of RGB (Red+Green+Blue) = 182+225+142=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6E18E is #491E71. Grayscale: #CACACA. Windows color (decimal): -4791922 or 9363894. OLE color: 9363894.
HSL color Cylindrical-coordinate representation of color #B6E18E: hue angle of 91.08º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6E18E is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 225 | 142 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.12 |
| HSL | 91.08º | 0.58% | 0.72% | - |
| HSV(B) | 91.08º | 0.37% | 0.88% | - |
| XYZ | 51.1 | 65.75 | 35.59 | - |
| YUV | 202.68 | 93.75 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 225 | 142 | 0.19 | 0 | 0.37 | 0.12 | 91.08 | 0.58 | 0.72 |
| Hex | B6 | E1 | 8E | 13 | 0 | 25 | C | 5B | 3A | 48 |
| Octal | 266 | 341 | 216 | 23 | 0 | 45 | 14 | 133 | 72 | 110 |
| Binary | 10110110 | 11100001 | 10001110 | 10011 | 0 | 100101 | 1100 | 1011011 | 111010 | 1001000 |
Color Harmonies of #B6E18E
Complementary color
Monochromatic Colors of #B6E18E
Black with #B6E18E
Text Example
Text Example
White with #B6E18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E18E; }
p { color: rgb(182,225,142); }
H1.HeaderClassName
{
color: #B6E18E;
}
.AnyTagClassName
{
color: #B6E18E;
}
</style>
background-color css
<style>
a { background-color: #B6E18E; }
a { background-color: rgb(182,225,142); }
div.DivClassName
{
background-color: #B6E18E;
}
.BgClassName
{
background-color: #B6E18E;
}
</style>
border-color css
<style>
span { border-color: #B6E18E; }
span { border-color: rgb(182,225,142); }
td.TdClassName
{
border-color: #B6E18E;
}
.TagClassName
{
border-color: #B6E18E;
}
</style>