Shades of Feijoa #B6D985
Tints of Feijoa #B6D985
RGB
CMYK
RGB Variations
Color information
#B6D985 (or 0xB6D985) is known color: Feijoa. HEX triplet: B6, D9 and 85. RGB value is (182,217,133). Sum of RGB (Red+Green+Blue) = 182+217+133=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D985 is #49267A. Grayscale: #C5C5C5. Windows color (decimal): -4793979 or 8772022. OLE color: 8772022.
HSL color Cylindrical-coordinate representation of color #B6D985: hue angle of 85º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B6D985 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 217 | 133 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.15 |
| HSL | 85º | 0.53% | 0.69% | - |
| HSV(B) | 85º | 0.39% | 0.85% | - |
| XYZ | 48.34 | 61.26 | 31.47 | - |
| YUV | 196.96 | 91.9 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 217 | 133 | 0.16 | 0 | 0.39 | 0.15 | 85 | 0.53 | 0.69 |
| Hex | B6 | D9 | 85 | 10 | 0 | 27 | F | 55 | 34 | 45 |
| Octal | 266 | 331 | 205 | 20 | 0 | 47 | 17 | 125 | 64 | 105 |
| Binary | 10110110 | 11011001 | 10000101 | 10000 | 0 | 100111 | 1111 | 1010101 | 110100 | 1000101 |
Color Harmonies of #B6D985
Complementary color
Monochromatic Colors of #B6D985
Black with #B6D985
Text Example
Text Example
White with #B6D985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D985; }
p { color: rgb(182,217,133); }
H1.HeaderClassName
{
color: #B6D985;
}
.AnyTagClassName
{
color: #B6D985;
}
</style>
background-color css
<style>
a { background-color: #B6D985; }
a { background-color: rgb(182,217,133); }
div.DivClassName
{
background-color: #B6D985;
}
.BgClassName
{
background-color: #B6D985;
}
</style>
border-color css
<style>
span { border-color: #B6D985; }
span { border-color: rgb(182,217,133); }
td.TdClassName
{
border-color: #B6D985;
}
.TagClassName
{
border-color: #B6D985;
}
</style>