Shades of Feijoa #B0D589
Tints of Feijoa #B0D589
RGB
CMYK
RGB Variations
Color information
#B0D589 (or 0xB0D589) is known color: Feijoa. HEX triplet: B0, D5 and 89. RGB value is (176,213,137). Sum of RGB (Red+Green+Blue) = 176+213+137=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D589 is #4F2A76. Grayscale: #C1C1C1. Windows color (decimal): -5188215 or 9033136. OLE color: 9033136.
HSL color Cylindrical-coordinate representation of color #B0D589: hue angle of 89.21º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0D589 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 137 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.16 |
| HSL | 89.21º | 0.48% | 0.69% | - |
| HSV(B) | 89.21º | 0.36% | 0.84% | - |
| XYZ | 46.21 | 58.62 | 32.55 | - |
| YUV | 193.27 | 96.24 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 137 | 0.17 | 0 | 0.36 | 0.16 | 89.21 | 0.48 | 0.69 |
| Hex | B0 | D5 | 89 | 11 | 0 | 24 | 10 | 59 | 30 | 45 |
| Octal | 260 | 325 | 211 | 21 | 0 | 44 | 20 | 131 | 60 | 105 |
| Binary | 10110000 | 11010101 | 10001001 | 10001 | 0 | 100100 | 10000 | 1011001 | 110000 | 1000101 |
Color Harmonies of #B0D589
Complementary color
Monochromatic Colors of #B0D589
Black with #B0D589
Text Example
Text Example
White with #B0D589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D589; }
p { color: rgb(176,213,137); }
H1.HeaderClassName
{
color: #B0D589;
}
.AnyTagClassName
{
color: #B0D589;
}
</style>
background-color css
<style>
a { background-color: #B0D589; }
a { background-color: rgb(176,213,137); }
div.DivClassName
{
background-color: #B0D589;
}
.BgClassName
{
background-color: #B0D589;
}
</style>
border-color css
<style>
span { border-color: #B0D589; }
span { border-color: rgb(176,213,137); }
td.TdClassName
{
border-color: #B0D589;
}
.TagClassName
{
border-color: #B0D589;
}
</style>