Shades of Feijoa #B2D690
Tints of Feijoa #B2D690
RGB
CMYK
RGB Variations
Color information
#B2D690 (or 0xB2D690) is known color: Feijoa. HEX triplet: B2, D6 and 90. RGB value is (178,214,144). Sum of RGB (Red+Green+Blue) = 178+214+144=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D690 is #4D296F. Grayscale: #C3C3C3. Windows color (decimal): -5056880 or 9492146. OLE color: 9492146.
HSL color Cylindrical-coordinate representation of color #B2D690: hue angle of 90.86º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2D690 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 144 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.16 |
| HSL | 90.86º | 0.46% | 0.7% | - |
| HSV(B) | 90.86º | 0.33% | 0.84% | - |
| XYZ | 47.44 | 59.57 | 35.38 | - |
| YUV | 195.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 144 | 0.17 | 0 | 0.33 | 0.16 | 90.86 | 0.46 | 0.7 |
| Hex | B2 | D6 | 90 | 11 | 0 | 21 | 10 | 5B | 2E | 46 |
| Octal | 262 | 326 | 220 | 21 | 0 | 41 | 20 | 133 | 56 | 106 |
| Binary | 10110010 | 11010110 | 10010000 | 10001 | 0 | 100001 | 10000 | 1011011 | 101110 | 1000110 |
Color Harmonies of #B2D690
Complementary color
Monochromatic Colors of #B2D690
Black with #B2D690
Text Example
Text Example
White with #B2D690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D690; }
p { color: rgb(178,214,144); }
H1.HeaderClassName
{
color: #B2D690;
}
.AnyTagClassName
{
color: #B2D690;
}
</style>
background-color css
<style>
a { background-color: #B2D690; }
a { background-color: rgb(178,214,144); }
div.DivClassName
{
background-color: #B2D690;
}
.BgClassName
{
background-color: #B2D690;
}
</style>
border-color css
<style>
span { border-color: #B2D690; }
span { border-color: rgb(178,214,144); }
td.TdClassName
{
border-color: #B2D690;
}
.TagClassName
{
border-color: #B2D690;
}
</style>