Shades of Feijoa #B0DC86
Tints of Feijoa #B0DC86
RGB
CMYK
RGB Variations
Color information
#B0DC86 (or 0xB0DC86) is known color: Feijoa. HEX triplet: B0, DC and 86. RGB value is (176,220,134). Sum of RGB (Red+Green+Blue) = 176+220+134=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DC86 is #4F2379. Grayscale: #C5C5C5. Windows color (decimal): -5186426 or 8838320. OLE color: 8838320.
HSL color Cylindrical-coordinate representation of color #B0DC86: hue angle of 90.7º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0DC86 is Cyan = 0.2, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 134 | - |
| CMYK | 0.2 | 0 | 0.39 | 0.14 |
| HSL | 90.7º | 0.55% | 0.69% | - |
| HSV(B) | 90.7º | 0.39% | 0.86% | - |
| XYZ | 47.8 | 62.14 | 32.03 | - |
| YUV | 197.04 | 92.42 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 134 | 0.2 | 0 | 0.39 | 0.14 | 90.7 | 0.55 | 0.69 |
| Hex | B0 | DC | 86 | 14 | 0 | 27 | E | 5B | 37 | 45 |
| Octal | 260 | 334 | 206 | 24 | 0 | 47 | 16 | 133 | 67 | 105 |
| Binary | 10110000 | 11011100 | 10000110 | 10100 | 0 | 100111 | 1110 | 1011011 | 110111 | 1000101 |
Color Harmonies of #B0DC86
Complementary color
Monochromatic Colors of #B0DC86
Black with #B0DC86
Text Example
Text Example
White with #B0DC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC86; }
p { color: rgb(176,220,134); }
H1.HeaderClassName
{
color: #B0DC86;
}
.AnyTagClassName
{
color: #B0DC86;
}
</style>
background-color css
<style>
a { background-color: #B0DC86; }
a { background-color: rgb(176,220,134); }
div.DivClassName
{
background-color: #B0DC86;
}
.BgClassName
{
background-color: #B0DC86;
}
</style>
border-color css
<style>
span { border-color: #B0DC86; }
span { border-color: rgb(176,220,134); }
td.TdClassName
{
border-color: #B0DC86;
}
.TagClassName
{
border-color: #B0DC86;
}
</style>