Shades of Feijoa #B2D982
Tints of Feijoa #B2D982
RGB
CMYK
RGB Variations
Color information
#B2D982 (or 0xB2D982) is known color: Feijoa. HEX triplet: B2, D9 and 82. RGB value is (178,217,130). Sum of RGB (Red+Green+Blue) = 178+217+130=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D982 is #4D267D. Grayscale: #C3C3C3. Windows color (decimal): -5056126 or 8575410. OLE color: 8575410.
HSL color Cylindrical-coordinate representation of color #B2D982: hue angle of 86.9º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2D982 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 130 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.15 |
| HSL | 86.9º | 0.53% | 0.68% | - |
| HSV(B) | 86.9º | 0.4% | 0.85% | - |
| XYZ | 47.2 | 60.7 | 30.35 | - |
| YUV | 195.42 | 91.08 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 130 | 0.18 | 0 | 0.40 | 0.15 | 86.9 | 0.53 | 0.68 |
| Hex | B2 | D9 | 82 | 12 | 0 | 28 | F | 57 | 35 | 44 |
| Octal | 262 | 331 | 202 | 22 | 0 | 50 | 17 | 127 | 65 | 104 |
| Binary | 10110010 | 11011001 | 10000010 | 10010 | 0 | 101000 | 1111 | 1010111 | 110101 | 1000100 |
Color Harmonies of #B2D982
Complementary color
Monochromatic Colors of #B2D982
Black with #B2D982
Text Example
Text Example
White with #B2D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D982; }
p { color: rgb(178,217,130); }
H1.HeaderClassName
{
color: #B2D982;
}
.AnyTagClassName
{
color: #B2D982;
}
</style>
background-color css
<style>
a { background-color: #B2D982; }
a { background-color: rgb(178,217,130); }
div.DivClassName
{
background-color: #B2D982;
}
.BgClassName
{
background-color: #B2D982;
}
</style>
border-color css
<style>
span { border-color: #B2D982; }
span { border-color: rgb(178,217,130); }
td.TdClassName
{
border-color: #B2D982;
}
.TagClassName
{
border-color: #B2D982;
}
</style>