Shades of Feijoa #B0D984
Tints of Feijoa #B0D984
RGB
CMYK
RGB Variations
Color information
#B0D984 (or 0xB0D984) is known color: Feijoa. HEX triplet: B0, D9 and 84. RGB value is (176,217,132). Sum of RGB (Red+Green+Blue) = 176+217+132=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 132 (51.95% from 255 or 25.14% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D984 is #4F267B. Grayscale: #C3C3C3. Windows color (decimal): -5187196 or 8706480. OLE color: 8706480.
HSL color Cylindrical-coordinate representation of color #B0D984: hue angle of 88.94º degrees, saturation: 0.53, 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 #B0D984 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 132 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.15 |
| HSL | 88.94º | 0.53% | 0.68% | - |
| HSV(B) | 88.94º | 0.39% | 0.85% | - |
| XYZ | 46.88 | 60.52 | 31.04 | - |
| YUV | 195.05 | 92.42 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 132 | 0.19 | 0 | 0.39 | 0.15 | 88.94 | 0.53 | 0.68 |
| Hex | B0 | D9 | 84 | 13 | 0 | 27 | F | 59 | 35 | 44 |
| Octal | 260 | 331 | 204 | 23 | 0 | 47 | 17 | 131 | 65 | 104 |
| Binary | 10110000 | 11011001 | 10000100 | 10011 | 0 | 100111 | 1111 | 1011001 | 110101 | 1000100 |
Color Harmonies of #B0D984
Complementary color
Monochromatic Colors of #B0D984
Black with #B0D984
Text Example
Text Example
White with #B0D984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D984; }
p { color: rgb(176,217,132); }
H1.HeaderClassName
{
color: #B0D984;
}
.AnyTagClassName
{
color: #B0D984;
}
</style>
background-color css
<style>
a { background-color: #B0D984; }
a { background-color: rgb(176,217,132); }
div.DivClassName
{
background-color: #B0D984;
}
.BgClassName
{
background-color: #B0D984;
}
</style>
border-color css
<style>
span { border-color: #B0D984; }
span { border-color: rgb(176,217,132); }
td.TdClassName
{
border-color: #B0D984;
}
.TagClassName
{
border-color: #B0D984;
}
</style>