Shades of Feijoa #B0DA88
Tints of Feijoa #B0DA88
RGB
CMYK
RGB Variations
Color information
#B0DA88 (or 0xB0DA88) is known color: Feijoa. HEX triplet: B0, DA and 88. RGB value is (176,218,136). Sum of RGB (Red+Green+Blue) = 176+218+136=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DA88 is #4F2577. Grayscale: #C4C4C4. Windows color (decimal): -5186936 or 8968880. OLE color: 8968880.
HSL color Cylindrical-coordinate representation of color #B0DA88: hue angle of 90.73º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0DA88 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 136 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.15 |
| HSL | 90.73º | 0.53% | 0.69% | - |
| HSV(B) | 90.73º | 0.38% | 0.85% | - |
| XYZ | 47.42 | 61.15 | 32.6 | - |
| YUV | 196.09 | 94.09 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 136 | 0.19 | 0 | 0.38 | 0.15 | 90.73 | 0.53 | 0.69 |
| Hex | B0 | DA | 88 | 13 | 0 | 26 | F | 5B | 35 | 45 |
| Octal | 260 | 332 | 210 | 23 | 0 | 46 | 17 | 133 | 65 | 105 |
| Binary | 10110000 | 11011010 | 10001000 | 10011 | 0 | 100110 | 1111 | 1011011 | 110101 | 1000101 |
Color Harmonies of #B0DA88
Complementary color
Monochromatic Colors of #B0DA88
Black with #B0DA88
Text Example
Text Example
White with #B0DA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA88; }
p { color: rgb(176,218,136); }
H1.HeaderClassName
{
color: #B0DA88;
}
.AnyTagClassName
{
color: #B0DA88;
}
</style>
background-color css
<style>
a { background-color: #B0DA88; }
a { background-color: rgb(176,218,136); }
div.DivClassName
{
background-color: #B0DA88;
}
.BgClassName
{
background-color: #B0DA88;
}
</style>
border-color css
<style>
span { border-color: #B0DA88; }
span { border-color: rgb(176,218,136); }
td.TdClassName
{
border-color: #B0DA88;
}
.TagClassName
{
border-color: #B0DA88;
}
</style>