Shades of Feijoa #B3D88C
Tints of Feijoa #B3D88C
RGB
CMYK
RGB Variations
Color information
#B3D88C (or 0xB3D88C) is known color: Feijoa. HEX triplet: B3, D8 and 8C. RGB value is (179,216,140). Sum of RGB (Red+Green+Blue) = 179+216+140=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D88C is #4C2773. Grayscale: #C4C4C4. Windows color (decimal): -4990836 or 9230515. OLE color: 9230515.
HSL color Cylindrical-coordinate representation of color #B3D88C: hue angle of 89.21º degrees, saturation: 0.49, 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 #B3D88C is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 216 | 140 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.15 |
| HSL | 89.21º | 0.49% | 0.7% | - |
| HSV(B) | 89.21º | 0.35% | 0.85% | - |
| XYZ | 47.88 | 60.59 | 33.98 | - |
| YUV | 196.27 | 96.24 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 216 | 140 | 0.17 | 0 | 0.35 | 0.15 | 89.21 | 0.49 | 0.7 |
| Hex | B3 | D8 | 8C | 11 | 0 | 23 | F | 59 | 31 | 46 |
| Octal | 263 | 330 | 214 | 21 | 0 | 43 | 17 | 131 | 61 | 106 |
| Binary | 10110011 | 11011000 | 10001100 | 10001 | 0 | 100011 | 1111 | 1011001 | 110001 | 1000110 |
Color Harmonies of #B3D88C
Complementary color
Monochromatic Colors of #B3D88C
Black with #B3D88C
Text Example
Text Example
White with #B3D88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D88C; }
p { color: rgb(179,216,140); }
H1.HeaderClassName
{
color: #B3D88C;
}
.AnyTagClassName
{
color: #B3D88C;
}
</style>
background-color css
<style>
a { background-color: #B3D88C; }
a { background-color: rgb(179,216,140); }
div.DivClassName
{
background-color: #B3D88C;
}
.BgClassName
{
background-color: #B3D88C;
}
</style>
border-color css
<style>
span { border-color: #B3D88C; }
span { border-color: rgb(179,216,140); }
td.TdClassName
{
border-color: #B3D88C;
}
.TagClassName
{
border-color: #B3D88C;
}
</style>