Shades of Feijoa #B6D788
Tints of Feijoa #B6D788
RGB
CMYK
RGB Variations
Color information
#B6D788 (or 0xB6D788) is known color: Feijoa. HEX triplet: B6, D7 and 88. RGB value is (182,215,136). Sum of RGB (Red+Green+Blue) = 182+215+136=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D788 is #492877. Grayscale: #C4C4C4. Windows color (decimal): -4794488 or 8968118. OLE color: 8968118.
HSL color Cylindrical-coordinate representation of color #B6D788: hue angle of 85.06º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6D788 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 215 | 136 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.16 |
| HSL | 85.06º | 0.5% | 0.69% | - |
| HSV(B) | 85.06º | 0.37% | 0.84% | - |
| XYZ | 48.04 | 60.32 | 32.4 | - |
| YUV | 196.13 | 94.07 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 215 | 136 | 0.15 | 0 | 0.37 | 0.16 | 85.06 | 0.5 | 0.69 |
| Hex | B6 | D7 | 88 | F | 0 | 25 | 10 | 55 | 32 | 45 |
| Octal | 266 | 327 | 210 | 17 | 0 | 45 | 20 | 125 | 62 | 105 |
| Binary | 10110110 | 11010111 | 10001000 | 1111 | 0 | 100101 | 10000 | 1010101 | 110010 | 1000101 |
Color Harmonies of #B6D788
Complementary color
Monochromatic Colors of #B6D788
Black with #B6D788
Text Example
Text Example
White with #B6D788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D788; }
p { color: rgb(182,215,136); }
H1.HeaderClassName
{
color: #B6D788;
}
.AnyTagClassName
{
color: #B6D788;
}
</style>
background-color css
<style>
a { background-color: #B6D788; }
a { background-color: rgb(182,215,136); }
div.DivClassName
{
background-color: #B6D788;
}
.BgClassName
{
background-color: #B6D788;
}
</style>
border-color css
<style>
span { border-color: #B6D788; }
span { border-color: rgb(182,215,136); }
td.TdClassName
{
border-color: #B6D788;
}
.TagClassName
{
border-color: #B6D788;
}
</style>