Shades of Feijoa #B3D88A
Tints of Feijoa #B3D88A
RGB
CMYK
RGB Variations
Color information
#B3D88A (or 0xB3D88A) is known color: Feijoa. HEX triplet: B3, D8 and 8A. RGB value is (179,216,138). Sum of RGB (Red+Green+Blue) = 179+216+138=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D88A is #4C2775. Grayscale: #C4C4C4. Windows color (decimal): -4990838 or 9099443. OLE color: 9099443.
HSL color Cylindrical-coordinate representation of color #B3D88A: hue angle of 88.46º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3D88A is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 216 | 138 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.15 |
| HSL | 88.46º | 0.5% | 0.69% | - |
| HSV(B) | 88.46º | 0.36% | 0.85% | - |
| XYZ | 47.73 | 60.53 | 33.21 | - |
| YUV | 196.05 | 95.24 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 216 | 138 | 0.17 | 0 | 0.36 | 0.15 | 88.46 | 0.5 | 0.69 |
| Hex | B3 | D8 | 8A | 11 | 0 | 24 | F | 58 | 32 | 45 |
| Octal | 263 | 330 | 212 | 21 | 0 | 44 | 17 | 130 | 62 | 105 |
| Binary | 10110011 | 11011000 | 10001010 | 10001 | 0 | 100100 | 1111 | 1011000 | 110010 | 1000101 |
Color Harmonies of #B3D88A
Complementary color
Monochromatic Colors of #B3D88A
Black with #B3D88A
Text Example
Text Example
White with #B3D88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D88A; }
p { color: rgb(179,216,138); }
H1.HeaderClassName
{
color: #B3D88A;
}
.AnyTagClassName
{
color: #B3D88A;
}
</style>
background-color css
<style>
a { background-color: #B3D88A; }
a { background-color: rgb(179,216,138); }
div.DivClassName
{
background-color: #B3D88A;
}
.BgClassName
{
background-color: #B3D88A;
}
</style>
border-color css
<style>
span { border-color: #B3D88A; }
span { border-color: rgb(179,216,138); }
td.TdClassName
{
border-color: #B3D88A;
}
.TagClassName
{
border-color: #B3D88A;
}
</style>