Shades of Feijoa #B0D883
Tints of Feijoa #B0D883
RGB
CMYK
RGB Variations
Color information
#B0D883 (or 0xB0D883) is known color: Feijoa. HEX triplet: B0, D8 and 83. RGB value is (176,216,131). Sum of RGB (Red+Green+Blue) = 176+216+131=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D883 is #4F277C. Grayscale: #C2C2C2. Windows color (decimal): -5187453 or 8640688. OLE color: 8640688.
HSL color Cylindrical-coordinate representation of color #B0D883: hue angle of 88.24º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0D883 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 131 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.15 |
| HSL | 88.24º | 0.52% | 0.68% | - |
| HSV(B) | 88.24º | 0.39% | 0.85% | - |
| XYZ | 46.56 | 59.98 | 30.6 | - |
| YUV | 194.35 | 92.25 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 131 | 0.19 | 0 | 0.39 | 0.15 | 88.24 | 0.52 | 0.68 |
| Hex | B0 | D8 | 83 | 13 | 0 | 27 | F | 58 | 34 | 44 |
| Octal | 260 | 330 | 203 | 23 | 0 | 47 | 17 | 130 | 64 | 104 |
| Binary | 10110000 | 11011000 | 10000011 | 10011 | 0 | 100111 | 1111 | 1011000 | 110100 | 1000100 |
Color Harmonies of #B0D883
Complementary color
Monochromatic Colors of #B0D883
Black with #B0D883
Text Example
Text Example
White with #B0D883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D883; }
p { color: rgb(176,216,131); }
H1.HeaderClassName
{
color: #B0D883;
}
.AnyTagClassName
{
color: #B0D883;
}
</style>
background-color css
<style>
a { background-color: #B0D883; }
a { background-color: rgb(176,216,131); }
div.DivClassName
{
background-color: #B0D883;
}
.BgClassName
{
background-color: #B0D883;
}
</style>
border-color css
<style>
span { border-color: #B0D883; }
span { border-color: rgb(176,216,131); }
td.TdClassName
{
border-color: #B0D883;
}
.TagClassName
{
border-color: #B0D883;
}
</style>