Shades of Feijoa #B0D18A
Tints of Feijoa #B0D18A
RGB
CMYK
RGB Variations
Color information
#B0D18A (or 0xB0D18A) is known color: Feijoa. HEX triplet: B0, D1 and 8A. RGB value is (176,209,138). Sum of RGB (Red+Green+Blue) = 176+209+138=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D18A is #4F2E75. Grayscale: #BFBFBF. Windows color (decimal): -5189238 or 9097648. OLE color: 9097648.
HSL color Cylindrical-coordinate representation of color #B0D18A: hue angle of 87.89º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0D18A is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 209 | 138 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.18 |
| HSL | 87.89º | 0.44% | 0.68% | - |
| HSV(B) | 87.89º | 0.34% | 0.82% | - |
| XYZ | 45.29 | 56.67 | 32.6 | - |
| YUV | 191.04 | 98.07 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 209 | 138 | 0.16 | 0 | 0.34 | 0.18 | 87.89 | 0.44 | 0.68 |
| Hex | B0 | D1 | 8A | 10 | 0 | 22 | 12 | 58 | 2C | 44 |
| Octal | 260 | 321 | 212 | 20 | 0 | 42 | 22 | 130 | 54 | 104 |
| Binary | 10110000 | 11010001 | 10001010 | 10000 | 0 | 100010 | 10010 | 1011000 | 101100 | 1000100 |
Color Harmonies of #B0D18A
Complementary color
Monochromatic Colors of #B0D18A
Black with #B0D18A
Text Example
Text Example
White with #B0D18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D18A; }
p { color: rgb(176,209,138); }
H1.HeaderClassName
{
color: #B0D18A;
}
.AnyTagClassName
{
color: #B0D18A;
}
</style>
background-color css
<style>
a { background-color: #B0D18A; }
a { background-color: rgb(176,209,138); }
div.DivClassName
{
background-color: #B0D18A;
}
.BgClassName
{
background-color: #B0D18A;
}
</style>
border-color css
<style>
span { border-color: #B0D18A; }
span { border-color: rgb(176,209,138); }
td.TdClassName
{
border-color: #B0D18A;
}
.TagClassName
{
border-color: #B0D18A;
}
</style>