Shades of Feijoa #B7DC8C
Tints of Feijoa #B7DC8C
RGB
CMYK
RGB Variations
Color information
#B7DC8C (or 0xB7DC8C) is known color: Feijoa. HEX triplet: B7, DC and 8C. RGB value is (183,220,140). Sum of RGB (Red+Green+Blue) = 183+220+140=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DC8C is #482373. Grayscale: #C8C8C8. Windows color (decimal): -4727668 or 9231543. OLE color: 9231543.
HSL color Cylindrical-coordinate representation of color #B7DC8C: hue angle of 87.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7DC8C is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 140 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.14 |
| HSL | 87.75º | 0.53% | 0.71% | - |
| HSV(B) | 87.75º | 0.36% | 0.86% | - |
| XYZ | 49.86 | 63.15 | 34.37 | - |
| YUV | 199.82 | 94.24 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 140 | 0.17 | 0 | 0.36 | 0.14 | 87.75 | 0.53 | 0.71 |
| Hex | B7 | DC | 8C | 11 | 0 | 24 | E | 58 | 35 | 47 |
| Octal | 267 | 334 | 214 | 21 | 0 | 44 | 16 | 130 | 65 | 107 |
| Binary | 10110111 | 11011100 | 10001100 | 10001 | 0 | 100100 | 1110 | 1011000 | 110101 | 1000111 |
Color Harmonies of #B7DC8C
Complementary color
Monochromatic Colors of #B7DC8C
Black with #B7DC8C
Text Example
Text Example
White with #B7DC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC8C; }
p { color: rgb(183,220,140); }
H1.HeaderClassName
{
color: #B7DC8C;
}
.AnyTagClassName
{
color: #B7DC8C;
}
</style>
background-color css
<style>
a { background-color: #B7DC8C; }
a { background-color: rgb(183,220,140); }
div.DivClassName
{
background-color: #B7DC8C;
}
.BgClassName
{
background-color: #B7DC8C;
}
</style>
border-color css
<style>
span { border-color: #B7DC8C; }
span { border-color: rgb(183,220,140); }
td.TdClassName
{
border-color: #B7DC8C;
}
.TagClassName
{
border-color: #B7DC8C;
}
</style>