Shades of Feijoa #B0DC88
Tints of Feijoa #B0DC88
RGB
CMYK
RGB Variations
Color information
#B0DC88 (or 0xB0DC88) is known color: Feijoa. HEX triplet: B0, DC and 88. RGB value is (176,220,136). Sum of RGB (Red+Green+Blue) = 176+220+136=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DC88 is #4F2377. Grayscale: #C5C5C5. Windows color (decimal): -5186424 or 8969392. OLE color: 8969392.
HSL color Cylindrical-coordinate representation of color #B0DC88: hue angle of 91.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0DC88 is Cyan = 0.2, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 136 | - |
| CMYK | 0.2 | 0 | 0.38 | 0.14 |
| HSL | 91.43º | 0.55% | 0.7% | - |
| HSV(B) | 91.43º | 0.38% | 0.86% | - |
| XYZ | 47.94 | 62.19 | 32.77 | - |
| YUV | 197.27 | 93.42 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 136 | 0.2 | 0 | 0.38 | 0.14 | 91.43 | 0.55 | 0.7 |
| Hex | B0 | DC | 88 | 14 | 0 | 26 | E | 5B | 37 | 46 |
| Octal | 260 | 334 | 210 | 24 | 0 | 46 | 16 | 133 | 67 | 106 |
| Binary | 10110000 | 11011100 | 10001000 | 10100 | 0 | 100110 | 1110 | 1011011 | 110111 | 1000110 |
Color Harmonies of #B0DC88
Complementary color
Monochromatic Colors of #B0DC88
Black with #B0DC88
Text Example
Text Example
White with #B0DC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC88; }
p { color: rgb(176,220,136); }
H1.HeaderClassName
{
color: #B0DC88;
}
.AnyTagClassName
{
color: #B0DC88;
}
</style>
background-color css
<style>
a { background-color: #B0DC88; }
a { background-color: rgb(176,220,136); }
div.DivClassName
{
background-color: #B0DC88;
}
.BgClassName
{
background-color: #B0DC88;
}
</style>
border-color css
<style>
span { border-color: #B0DC88; }
span { border-color: rgb(176,220,136); }
td.TdClassName
{
border-color: #B0DC88;
}
.TagClassName
{
border-color: #B0DC88;
}
</style>