Shades of Feijoa #B2D97C
Tints of Feijoa #B2D97C
RGB
CMYK
RGB Variations
Color information
#B2D97C (or 0xB2D97C) is known color: Feijoa. HEX triplet: B2, D9 and 7C. RGB value is (178,217,124). Sum of RGB (Red+Green+Blue) = 178+217+124=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D97C is #4D2683. Grayscale: #C3C3C3. Windows color (decimal): -5056132 or 8182194. OLE color: 8182194.
HSL color Cylindrical-coordinate representation of color #B2D97C: hue angle of 85.16º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2D97C is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 124 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.15 |
| HSL | 85.16º | 0.55% | 0.67% | - |
| HSV(B) | 85.16º | 0.43% | 0.85% | - |
| XYZ | 46.81 | 60.55 | 28.29 | - |
| YUV | 194.74 | 88.08 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 124 | 0.18 | 0 | 0.43 | 0.15 | 85.16 | 0.55 | 0.67 |
| Hex | B2 | D9 | 7C | 12 | 0 | 2B | F | 55 | 37 | 43 |
| Octal | 262 | 331 | 174 | 22 | 0 | 53 | 17 | 125 | 67 | 103 |
| Binary | 10110010 | 11011001 | 1111100 | 10010 | 0 | 101011 | 1111 | 1010101 | 110111 | 1000011 |
Color Harmonies of #B2D97C
Complementary color
Monochromatic Colors of #B2D97C
Black with #B2D97C
Text Example
Text Example
White with #B2D97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D97C; }
p { color: rgb(178,217,124); }
H1.HeaderClassName
{
color: #B2D97C;
}
.AnyTagClassName
{
color: #B2D97C;
}
</style>
background-color css
<style>
a { background-color: #B2D97C; }
a { background-color: rgb(178,217,124); }
div.DivClassName
{
background-color: #B2D97C;
}
.BgClassName
{
background-color: #B2D97C;
}
</style>
border-color css
<style>
span { border-color: #B2D97C; }
span { border-color: rgb(178,217,124); }
td.TdClassName
{
border-color: #B2D97C;
}
.TagClassName
{
border-color: #B2D97C;
}
</style>