Shades of Feijoa #B0D58E
Tints of Feijoa #B0D58E
RGB
CMYK
RGB Variations
Color information
#B0D58E (or 0xB0D58E) is known color: Feijoa. HEX triplet: B0, D5 and 8E. RGB value is (176,213,142). Sum of RGB (Red+Green+Blue) = 176+213+142=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D58E is #4F2A71. Grayscale: #C2C2C2. Windows color (decimal): -5188210 or 9360816. OLE color: 9360816.
HSL color Cylindrical-coordinate representation of color #B0D58E: hue angle of 91.27º 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 #B0D58E is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 142 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.16 |
| HSL | 91.27º | 0.46% | 0.7% | - |
| HSV(B) | 91.27º | 0.33% | 0.84% | - |
| XYZ | 46.58 | 58.77 | 34.48 | - |
| YUV | 193.84 | 98.74 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 142 | 0.17 | 0 | 0.33 | 0.16 | 91.27 | 0.46 | 0.7 |
| Hex | B0 | D5 | 8E | 11 | 0 | 21 | 10 | 5B | 2E | 46 |
| Octal | 260 | 325 | 216 | 21 | 0 | 41 | 20 | 133 | 56 | 106 |
| Binary | 10110000 | 11010101 | 10001110 | 10001 | 0 | 100001 | 10000 | 1011011 | 101110 | 1000110 |
Color Harmonies of #B0D58E
Complementary color
Monochromatic Colors of #B0D58E
Black with #B0D58E
Text Example
Text Example
White with #B0D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D58E; }
p { color: rgb(176,213,142); }
H1.HeaderClassName
{
color: #B0D58E;
}
.AnyTagClassName
{
color: #B0D58E;
}
</style>
background-color css
<style>
a { background-color: #B0D58E; }
a { background-color: rgb(176,213,142); }
div.DivClassName
{
background-color: #B0D58E;
}
.BgClassName
{
background-color: #B0D58E;
}
</style>
border-color css
<style>
span { border-color: #B0D58E; }
span { border-color: rgb(176,213,142); }
td.TdClassName
{
border-color: #B0D58E;
}
.TagClassName
{
border-color: #B0D58E;
}
</style>