Shades of Feijoa #B3D98F
Tints of Feijoa #B3D98F
RGB
CMYK
RGB Variations
Color information
#B3D98F (or 0xB3D98F) is known color: Feijoa. HEX triplet: B3, D9 and 8F. RGB value is (179,217,143). Sum of RGB (Red+Green+Blue) = 179+217+143=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #B3D98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D98F is #4C2670. Grayscale: #C5C5C5. Windows color (decimal): -4990577 or 9427379. OLE color: 9427379.
HSL color Cylindrical-coordinate representation of color #B3D98F: hue angle of 90.81º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3D98F is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 217 | 143 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.15 |
| HSL | 90.81º | 0.49% | 0.71% | - |
| HSV(B) | 90.81º | 0.34% | 0.85% | - |
| XYZ | 48.36 | 61.19 | 35.25 | - |
| YUV | 197.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 217 | 143 | 0.18 | 0 | 0.34 | 0.15 | 90.81 | 0.49 | 0.71 |
| Hex | B3 | D9 | 8F | 12 | 0 | 22 | F | 5B | 31 | 47 |
| Octal | 263 | 331 | 217 | 22 | 0 | 42 | 17 | 133 | 61 | 107 |
| Binary | 10110011 | 11011001 | 10001111 | 10010 | 0 | 100010 | 1111 | 1011011 | 110001 | 1000111 |
Color Harmonies of #B3D98F
Complementary color
Monochromatic Colors of #B3D98F
Black with #B3D98F
Text Example
Text Example
White with #B3D98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D98F; }
p { color: rgb(179,217,143); }
H1.HeaderClassName
{
color: #B3D98F;
}
.AnyTagClassName
{
color: #B3D98F;
}
</style>
background-color css
<style>
a { background-color: #B3D98F; }
a { background-color: rgb(179,217,143); }
div.DivClassName
{
background-color: #B3D98F;
}
.BgClassName
{
background-color: #B3D98F;
}
</style>
border-color css
<style>
span { border-color: #B3D98F; }
span { border-color: rgb(179,217,143); }
td.TdClassName
{
border-color: #B3D98F;
}
.TagClassName
{
border-color: #B3D98F;
}
</style>