Shades of Feijoa #B6D883
Tints of Feijoa #B6D883
RGB
CMYK
RGB Variations
Color information
#B6D883 (or 0xB6D883) is known color: Feijoa. HEX triplet: B6, D8 and 83. RGB value is (182,216,131). Sum of RGB (Red+Green+Blue) = 182+216+131=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D883 is #49277C. Grayscale: #C4C4C4. Windows color (decimal): -4794237 or 8640694. OLE color: 8640694.
HSL color Cylindrical-coordinate representation of color #B6D883: hue angle of 84º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B6D883 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 216 | 131 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.15 |
| HSL | 84º | 0.52% | 0.68% | - |
| HSV(B) | 84º | 0.39% | 0.85% | - |
| XYZ | 47.94 | 60.7 | 30.66 | - |
| YUV | 196.14 | 91.24 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 216 | 131 | 0.16 | 0 | 0.39 | 0.15 | 84 | 0.52 | 0.68 |
| Hex | B6 | D8 | 83 | 10 | 0 | 27 | F | 54 | 34 | 44 |
| Octal | 266 | 330 | 203 | 20 | 0 | 47 | 17 | 124 | 64 | 104 |
| Binary | 10110110 | 11011000 | 10000011 | 10000 | 0 | 100111 | 1111 | 1010100 | 110100 | 1000100 |
Color Harmonies of #B6D883
Complementary color
Monochromatic Colors of #B6D883
Black with #B6D883
Text Example
Text Example
White with #B6D883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D883; }
p { color: rgb(182,216,131); }
H1.HeaderClassName
{
color: #B6D883;
}
.AnyTagClassName
{
color: #B6D883;
}
</style>
background-color css
<style>
a { background-color: #B6D883; }
a { background-color: rgb(182,216,131); }
div.DivClassName
{
background-color: #B6D883;
}
.BgClassName
{
background-color: #B6D883;
}
</style>
border-color css
<style>
span { border-color: #B6D883; }
span { border-color: rgb(182,216,131); }
td.TdClassName
{
border-color: #B6D883;
}
.TagClassName
{
border-color: #B6D883;
}
</style>