Shades of Feijoa #B0DC95
Tints of Feijoa #B0DC95
RGB
CMYK
RGB Variations
Color information
#B0DC95 (or 0xB0DC95) is known color: Feijoa. HEX triplet: B0, DC and 95. RGB value is (176,220,149). Sum of RGB (Red+Green+Blue) = 176+220+149=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DC95 is #4F236A. Grayscale: #C6C6C6. Windows color (decimal): -5186411 or 9821360. OLE color: 9821360.
HSL color Cylindrical-coordinate representation of color #B0DC95: hue angle of 97.18º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0DC95 is Cyan = 0.2, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 149 | - |
| CMYK | 0.2 | 0 | 0.32 | 0.14 |
| HSL | 97.18º | 0.5% | 0.72% | - |
| HSV(B) | 97.18º | 0.32% | 0.86% | - |
| XYZ | 48.92 | 62.59 | 37.94 | - |
| YUV | 198.75 | 99.92 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 149 | 0.2 | 0 | 0.32 | 0.14 | 97.18 | 0.5 | 0.72 |
| Hex | B0 | DC | 95 | 14 | 0 | 20 | E | 61 | 32 | 48 |
| Octal | 260 | 334 | 225 | 24 | 0 | 40 | 16 | 141 | 62 | 110 |
| Binary | 10110000 | 11011100 | 10010101 | 10100 | 0 | 100000 | 1110 | 1100001 | 110010 | 1001000 |
Color Harmonies of #B0DC95
Complementary color
Monochromatic Colors of #B0DC95
Black with #B0DC95
Text Example
Text Example
White with #B0DC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC95; }
p { color: rgb(176,220,149); }
H1.HeaderClassName
{
color: #B0DC95;
}
.AnyTagClassName
{
color: #B0DC95;
}
</style>
background-color css
<style>
a { background-color: #B0DC95; }
a { background-color: rgb(176,220,149); }
div.DivClassName
{
background-color: #B0DC95;
}
.BgClassName
{
background-color: #B0DC95;
}
</style>
border-color css
<style>
span { border-color: #B0DC95; }
span { border-color: rgb(176,220,149); }
td.TdClassName
{
border-color: #B0DC95;
}
.TagClassName
{
border-color: #B0DC95;
}
</style>