Shades of Feijoa #B0D692
Tints of Feijoa #B0D692
RGB
CMYK
RGB Variations
Color information
#B0D692 (or 0xB0D692) is known color: Feijoa. HEX triplet: B0, D6 and 92. RGB value is (176,214,146). Sum of RGB (Red+Green+Blue) = 176+214+146=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D692 is #4F296D. Grayscale: #C3C3C3. Windows color (decimal): -5187950 or 9623216. OLE color: 9623216.
HSL color Cylindrical-coordinate representation of color #B0D692: hue angle of 93.53º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0D692 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 214 | 146 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.16 |
| HSL | 93.53º | 0.45% | 0.71% | - |
| HSV(B) | 93.53º | 0.32% | 0.84% | - |
| XYZ | 47.14 | 59.4 | 36.17 | - |
| YUV | 194.89 | 100.41 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 214 | 146 | 0.18 | 0 | 0.32 | 0.16 | 93.53 | 0.45 | 0.71 |
| Hex | B0 | D6 | 92 | 12 | 0 | 20 | 10 | 5E | 2D | 47 |
| Octal | 260 | 326 | 222 | 22 | 0 | 40 | 20 | 136 | 55 | 107 |
| Binary | 10110000 | 11010110 | 10010010 | 10010 | 0 | 100000 | 10000 | 1011110 | 101101 | 1000111 |
Color Harmonies of #B0D692
Complementary color
Monochromatic Colors of #B0D692
Black with #B0D692
Text Example
Text Example
White with #B0D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D692; }
p { color: rgb(176,214,146); }
H1.HeaderClassName
{
color: #B0D692;
}
.AnyTagClassName
{
color: #B0D692;
}
</style>
background-color css
<style>
a { background-color: #B0D692; }
a { background-color: rgb(176,214,146); }
div.DivClassName
{
background-color: #B0D692;
}
.BgClassName
{
background-color: #B0D692;
}
</style>
border-color css
<style>
span { border-color: #B0D692; }
span { border-color: rgb(176,214,146); }
td.TdClassName
{
border-color: #B0D692;
}
.TagClassName
{
border-color: #B0D692;
}
</style>