Shades of Feijoa #B7DA8A
Tints of Feijoa #B7DA8A
RGB
CMYK
RGB Variations
Color information
#B7DA8A (or 0xB7DA8A) is known color: Feijoa. HEX triplet: B7, DA and 8A. RGB value is (183,218,138). Sum of RGB (Red+Green+Blue) = 183+218+138=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DA8A is #482575. Grayscale: #C6C6C6. Windows color (decimal): -4728182 or 9099959. OLE color: 9099959.
HSL color Cylindrical-coordinate representation of color #B7DA8A: hue angle of 86.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7DA8A is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 218 | 138 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.15 |
| HSL | 86.25º | 0.52% | 0.7% | - |
| HSV(B) | 86.25º | 0.37% | 0.85% | - |
| XYZ | 49.19 | 62.05 | 33.43 | - |
| YUV | 198.42 | 93.9 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 218 | 138 | 0.16 | 0 | 0.37 | 0.15 | 86.25 | 0.52 | 0.7 |
| Hex | B7 | DA | 8A | 10 | 0 | 25 | F | 56 | 34 | 46 |
| Octal | 267 | 332 | 212 | 20 | 0 | 45 | 17 | 126 | 64 | 106 |
| Binary | 10110111 | 11011010 | 10001010 | 10000 | 0 | 100101 | 1111 | 1010110 | 110100 | 1000110 |
Color Harmonies of #B7DA8A
Complementary color
Monochromatic Colors of #B7DA8A
Black with #B7DA8A
Text Example
Text Example
White with #B7DA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DA8A; }
p { color: rgb(183,218,138); }
H1.HeaderClassName
{
color: #B7DA8A;
}
.AnyTagClassName
{
color: #B7DA8A;
}
</style>
background-color css
<style>
a { background-color: #B7DA8A; }
a { background-color: rgb(183,218,138); }
div.DivClassName
{
background-color: #B7DA8A;
}
.BgClassName
{
background-color: #B7DA8A;
}
</style>
border-color css
<style>
span { border-color: #B7DA8A; }
span { border-color: rgb(183,218,138); }
td.TdClassName
{
border-color: #B7DA8A;
}
.TagClassName
{
border-color: #B7DA8A;
}
</style>