Shades of Feijoa #B7DC8B
Tints of Feijoa #B7DC8B
RGB
CMYK
RGB Variations
Color information
#B7DC8B (or 0xB7DC8B) is known color: Feijoa. HEX triplet: B7, DC and 8B. RGB value is (183,220,139). Sum of RGB (Red+Green+Blue) = 183+220+139=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DC8B is #482374. Grayscale: #C7C7C7. Windows color (decimal): -4727669 or 9166007. OLE color: 9166007.
HSL color Cylindrical-coordinate representation of color #B7DC8B: hue angle of 87.41º 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 #B7DC8B is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 139 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.14 |
| HSL | 87.41º | 0.54% | 0.7% | - |
| HSV(B) | 87.41º | 0.37% | 0.86% | - |
| XYZ | 49.78 | 63.12 | 33.99 | - |
| YUV | 199.7 | 93.74 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 139 | 0.17 | 0 | 0.37 | 0.14 | 87.41 | 0.54 | 0.7 |
| Hex | B7 | DC | 8B | 11 | 0 | 25 | E | 57 | 36 | 46 |
| Octal | 267 | 334 | 213 | 21 | 0 | 45 | 16 | 127 | 66 | 106 |
| Binary | 10110111 | 11011100 | 10001011 | 10001 | 0 | 100101 | 1110 | 1010111 | 110110 | 1000110 |
Color Harmonies of #B7DC8B
Complementary color
Monochromatic Colors of #B7DC8B
Black with #B7DC8B
Text Example
Text Example
White with #B7DC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC8B; }
p { color: rgb(183,220,139); }
H1.HeaderClassName
{
color: #B7DC8B;
}
.AnyTagClassName
{
color: #B7DC8B;
}
</style>
background-color css
<style>
a { background-color: #B7DC8B; }
a { background-color: rgb(183,220,139); }
div.DivClassName
{
background-color: #B7DC8B;
}
.BgClassName
{
background-color: #B7DC8B;
}
</style>
border-color css
<style>
span { border-color: #B7DC8B; }
span { border-color: rgb(183,220,139); }
td.TdClassName
{
border-color: #B7DC8B;
}
.TagClassName
{
border-color: #B7DC8B;
}
</style>