Shades of Feijoa #B5D98C
Tints of Feijoa #B5D98C
RGB
CMYK
RGB Variations
Color information
#B5D98C (or 0xB5D98C) is known color: Feijoa. HEX triplet: B5, D9 and 8C. RGB value is (181,217,140). Sum of RGB (Red+Green+Blue) = 181+217+140=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D98C is #4A2673. Grayscale: #C5C5C5. Windows color (decimal): -4859508 or 9230773. OLE color: 9230773.
HSL color Cylindrical-coordinate representation of color #B5D98C: hue angle of 88.05º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5D98C is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 140 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.15 |
| HSL | 88.05º | 0.5% | 0.7% | - |
| HSV(B) | 88.05º | 0.35% | 0.85% | - |
| XYZ | 48.6 | 61.34 | 34.09 | - |
| YUV | 197.46 | 95.57 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 140 | 0.17 | 0 | 0.35 | 0.15 | 88.05 | 0.5 | 0.7 |
| Hex | B5 | D9 | 8C | 11 | 0 | 23 | F | 58 | 32 | 46 |
| Octal | 265 | 331 | 214 | 21 | 0 | 43 | 17 | 130 | 62 | 106 |
| Binary | 10110101 | 11011001 | 10001100 | 10001 | 0 | 100011 | 1111 | 1011000 | 110010 | 1000110 |
Color Harmonies of #B5D98C
Complementary color
Monochromatic Colors of #B5D98C
Black with #B5D98C
Text Example
Text Example
White with #B5D98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D98C; }
p { color: rgb(181,217,140); }
H1.HeaderClassName
{
color: #B5D98C;
}
.AnyTagClassName
{
color: #B5D98C;
}
</style>
background-color css
<style>
a { background-color: #B5D98C; }
a { background-color: rgb(181,217,140); }
div.DivClassName
{
background-color: #B5D98C;
}
.BgClassName
{
background-color: #B5D98C;
}
</style>
border-color css
<style>
span { border-color: #B5D98C; }
span { border-color: rgb(181,217,140); }
td.TdClassName
{
border-color: #B5D98C;
}
.TagClassName
{
border-color: #B5D98C;
}
</style>