Shades of Feijoa #B2D386
Tints of Feijoa #B2D386
RGB
CMYK
RGB Variations
Color information
#B2D386 (or 0xB2D386) is known color: Feijoa. HEX triplet: B2, D3 and 86. RGB value is (178,211,134). Sum of RGB (Red+Green+Blue) = 178+211+134=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D386 is #4D2C79. Grayscale: #C0C0C0. Windows color (decimal): -5057658 or 8836018. OLE color: 8836018.
HSL color Cylindrical-coordinate representation of color #B2D386: hue angle of 85.71º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2D386 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 134 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.17 |
| HSL | 85.71º | 0.47% | 0.68% | - |
| HSV(B) | 85.71º | 0.36% | 0.83% | - |
| XYZ | 45.96 | 57.77 | 31.28 | - |
| YUV | 192.36 | 95.07 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 134 | 0.16 | 0 | 0.36 | 0.17 | 85.71 | 0.47 | 0.68 |
| Hex | B2 | D3 | 86 | 10 | 0 | 24 | 11 | 56 | 2F | 44 |
| Octal | 262 | 323 | 206 | 20 | 0 | 44 | 21 | 126 | 57 | 104 |
| Binary | 10110010 | 11010011 | 10000110 | 10000 | 0 | 100100 | 10001 | 1010110 | 101111 | 1000100 |
Color Harmonies of #B2D386
Complementary color
Monochromatic Colors of #B2D386
Black with #B2D386
Text Example
Text Example
White with #B2D386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D386; }
p { color: rgb(178,211,134); }
H1.HeaderClassName
{
color: #B2D386;
}
.AnyTagClassName
{
color: #B2D386;
}
</style>
background-color css
<style>
a { background-color: #B2D386; }
a { background-color: rgb(178,211,134); }
div.DivClassName
{
background-color: #B2D386;
}
.BgClassName
{
background-color: #B2D386;
}
</style>
border-color css
<style>
span { border-color: #B2D386; }
span { border-color: rgb(178,211,134); }
td.TdClassName
{
border-color: #B2D386;
}
.TagClassName
{
border-color: #B2D386;
}
</style>