Shades of Feijoa #B7DB8A
Tints of Feijoa #B7DB8A
RGB
CMYK
RGB Variations
Color information
#B7DB8A (or 0xB7DB8A) is known color: Feijoa. HEX triplet: B7, DB and 8A. RGB value is (183,219,138). Sum of RGB (Red+Green+Blue) = 183+219+138=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DB8A is #482475. Grayscale: #C7C7C7. Windows color (decimal): -4727926 or 9100215. OLE color: 9100215.
HSL color Cylindrical-coordinate representation of color #B7DB8A: hue angle of 86.67º degrees, saturation: 0.53, 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 #B7DB8A is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 138 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.14 |
| HSL | 86.67º | 0.53% | 0.7% | - |
| HSV(B) | 86.67º | 0.37% | 0.86% | - |
| XYZ | 49.45 | 62.57 | 33.51 | - |
| YUV | 199 | 93.57 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 138 | 0.16 | 0 | 0.37 | 0.14 | 86.67 | 0.53 | 0.7 |
| Hex | B7 | DB | 8A | 10 | 0 | 25 | E | 57 | 35 | 46 |
| Octal | 267 | 333 | 212 | 20 | 0 | 45 | 16 | 127 | 65 | 106 |
| Binary | 10110111 | 11011011 | 10001010 | 10000 | 0 | 100101 | 1110 | 1010111 | 110101 | 1000110 |
Color Harmonies of #B7DB8A
Complementary color
Monochromatic Colors of #B7DB8A
Black with #B7DB8A
Text Example
Text Example
White with #B7DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB8A; }
p { color: rgb(183,219,138); }
H1.HeaderClassName
{
color: #B7DB8A;
}
.AnyTagClassName
{
color: #B7DB8A;
}
</style>
background-color css
<style>
a { background-color: #B7DB8A; }
a { background-color: rgb(183,219,138); }
div.DivClassName
{
background-color: #B7DB8A;
}
.BgClassName
{
background-color: #B7DB8A;
}
</style>
border-color css
<style>
span { border-color: #B7DB8A; }
span { border-color: rgb(183,219,138); }
td.TdClassName
{
border-color: #B7DB8A;
}
.TagClassName
{
border-color: #B7DB8A;
}
</style>