Shades of Feijoa #B6EA8D
Tints of Feijoa #B6EA8D
RGB
CMYK
RGB Variations
Color information
#B6EA8D (or 0xB6EA8D) is known color: Feijoa. HEX triplet: B6, EA and 8D. RGB value is (182,234,141). Sum of RGB (Red+Green+Blue) = 182+234+141=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #B6EA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6EA8D is #491572. Grayscale: #D0D0D0. Windows color (decimal): -4789619 or 9300662. OLE color: 9300662.
HSL color Cylindrical-coordinate representation of color #B6EA8D: hue angle of 93.55º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6EA8D is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 234 | 141 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.08 |
| HSL | 93.55º | 0.69% | 0.74% | - |
| HSV(B) | 93.55º | 0.4% | 0.92% | - |
| XYZ | 53.52 | 70.71 | 36.03 | - |
| YUV | 207.85 | 90.27 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 234 | 141 | 0.22 | 0 | 0.40 | 0.08 | 93.55 | 0.69 | 0.74 |
| Hex | B6 | EA | 8D | 16 | 0 | 28 | 8 | 5E | 45 | 4A |
| Octal | 266 | 352 | 215 | 26 | 0 | 50 | 10 | 136 | 105 | 112 |
| Binary | 10110110 | 11101010 | 10001101 | 10110 | 0 | 101000 | 1000 | 1011110 | 1000101 | 1001010 |
Color Harmonies of #B6EA8D
Complementary color
Monochromatic Colors of #B6EA8D
Black with #B6EA8D
Text Example
Text Example
White with #B6EA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EA8D; }
p { color: rgb(182,234,141); }
H1.HeaderClassName
{
color: #B6EA8D;
}
.AnyTagClassName
{
color: #B6EA8D;
}
</style>
background-color css
<style>
a { background-color: #B6EA8D; }
a { background-color: rgb(182,234,141); }
div.DivClassName
{
background-color: #B6EA8D;
}
.BgClassName
{
background-color: #B6EA8D;
}
</style>
border-color css
<style>
span { border-color: #B6EA8D; }
span { border-color: rgb(182,234,141); }
td.TdClassName
{
border-color: #B6EA8D;
}
.TagClassName
{
border-color: #B6EA8D;
}
</style>