Shades of Feijoa #B2DC8B
Tints of Feijoa #B2DC8B
RGB
CMYK
RGB Variations
Color information
#B2DC8B (or 0xB2DC8B) is known color: Feijoa. HEX triplet: B2, DC and 8B. RGB value is (178,220,139). Sum of RGB (Red+Green+Blue) = 178+220+139=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DC8B is #4D2374. Grayscale: #C6C6C6. Windows color (decimal): -5055349 or 9166002. OLE color: 9166002.
HSL color Cylindrical-coordinate representation of color #B2DC8B: hue angle of 91.11º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2DC8B is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 139 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.14 |
| HSL | 91.11º | 0.54% | 0.7% | - |
| HSV(B) | 91.11º | 0.37% | 0.86% | - |
| XYZ | 48.61 | 62.52 | 33.93 | - |
| YUV | 198.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 139 | 0.19 | 0 | 0.37 | 0.14 | 91.11 | 0.54 | 0.7 |
| Hex | B2 | DC | 8B | 13 | 0 | 25 | E | 5B | 36 | 46 |
| Octal | 262 | 334 | 213 | 23 | 0 | 45 | 16 | 133 | 66 | 106 |
| Binary | 10110010 | 11011100 | 10001011 | 10011 | 0 | 100101 | 1110 | 1011011 | 110110 | 1000110 |
Color Harmonies of #B2DC8B
Complementary color
Monochromatic Colors of #B2DC8B
Black with #B2DC8B
Text Example
Text Example
White with #B2DC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC8B; }
p { color: rgb(178,220,139); }
H1.HeaderClassName
{
color: #B2DC8B;
}
.AnyTagClassName
{
color: #B2DC8B;
}
</style>
background-color css
<style>
a { background-color: #B2DC8B; }
a { background-color: rgb(178,220,139); }
div.DivClassName
{
background-color: #B2DC8B;
}
.BgClassName
{
background-color: #B2DC8B;
}
</style>
border-color css
<style>
span { border-color: #B2DC8B; }
span { border-color: rgb(178,220,139); }
td.TdClassName
{
border-color: #B2DC8B;
}
.TagClassName
{
border-color: #B2DC8B;
}
</style>