Shades of Feijoa #B2D97E
Tints of Feijoa #B2D97E
RGB
CMYK
RGB Variations
Color information
#B2D97E (or 0xB2D97E) is known color: Feijoa. HEX triplet: B2, D9 and 7E. RGB value is (178,217,126). Sum of RGB (Red+Green+Blue) = 178+217+126=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D97E is #4D2681. Grayscale: #C3C3C3. Windows color (decimal): -5056130 or 8313266. OLE color: 8313266.
HSL color Cylindrical-coordinate representation of color #B2D97E: hue angle of 85.71º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2D97E is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 126 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.15 |
| HSL | 85.71º | 0.54% | 0.67% | - |
| HSV(B) | 85.71º | 0.42% | 0.85% | - |
| XYZ | 46.94 | 60.6 | 28.96 | - |
| YUV | 194.97 | 89.08 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 126 | 0.18 | 0 | 0.42 | 0.15 | 85.71 | 0.54 | 0.67 |
| Hex | B2 | D9 | 7E | 12 | 0 | 2A | F | 56 | 36 | 43 |
| Octal | 262 | 331 | 176 | 22 | 0 | 52 | 17 | 126 | 66 | 103 |
| Binary | 10110010 | 11011001 | 1111110 | 10010 | 0 | 101010 | 1111 | 1010110 | 110110 | 1000011 |
Color Harmonies of #B2D97E
Complementary color
Monochromatic Colors of #B2D97E
Black with #B2D97E
Text Example
Text Example
White with #B2D97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D97E; }
p { color: rgb(178,217,126); }
H1.HeaderClassName
{
color: #B2D97E;
}
.AnyTagClassName
{
color: #B2D97E;
}
</style>
background-color css
<style>
a { background-color: #B2D97E; }
a { background-color: rgb(178,217,126); }
div.DivClassName
{
background-color: #B2D97E;
}
.BgClassName
{
background-color: #B2D97E;
}
</style>
border-color css
<style>
span { border-color: #B2D97E; }
span { border-color: rgb(178,217,126); }
td.TdClassName
{
border-color: #B2D97E;
}
.TagClassName
{
border-color: #B2D97E;
}
</style>