Shades of Feijoa #B5DC91
Tints of Feijoa #B5DC91
RGB
CMYK
RGB Variations
Color information
#B5DC91 (or 0xB5DC91) is known color: Feijoa. HEX triplet: B5, DC and 91. RGB value is (181,220,145). Sum of RGB (Red+Green+Blue) = 181+220+145=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DC91 is #4A236E. Grayscale: #C8C8C8. Windows color (decimal): -4858735 or 9559221. OLE color: 9559221.
HSL color Cylindrical-coordinate representation of color #B5DC91: hue angle of 91.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5DC91 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 145 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.14 |
| HSL | 91.2º | 0.52% | 0.72% | - |
| HSV(B) | 91.2º | 0.34% | 0.86% | - |
| XYZ | 49.76 | 63.05 | 36.34 | - |
| YUV | 199.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 145 | 0.18 | 0 | 0.34 | 0.14 | 91.2 | 0.52 | 0.72 |
| Hex | B5 | DC | 91 | 12 | 0 | 22 | E | 5B | 34 | 48 |
| Octal | 265 | 334 | 221 | 22 | 0 | 42 | 16 | 133 | 64 | 110 |
| Binary | 10110101 | 11011100 | 10010001 | 10010 | 0 | 100010 | 1110 | 1011011 | 110100 | 1001000 |
Color Harmonies of #B5DC91
Complementary color
Monochromatic Colors of #B5DC91
Black with #B5DC91
Text Example
Text Example
White with #B5DC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DC91; }
p { color: rgb(181,220,145); }
H1.HeaderClassName
{
color: #B5DC91;
}
.AnyTagClassName
{
color: #B5DC91;
}
</style>
background-color css
<style>
a { background-color: #B5DC91; }
a { background-color: rgb(181,220,145); }
div.DivClassName
{
background-color: #B5DC91;
}
.BgClassName
{
background-color: #B5DC91;
}
</style>
border-color css
<style>
span { border-color: #B5DC91; }
span { border-color: rgb(181,220,145); }
td.TdClassName
{
border-color: #B5DC91;
}
.TagClassName
{
border-color: #B5DC91;
}
</style>