Shades of Feijoa #B5DB92
Tints of Feijoa #B5DB92
RGB
CMYK
RGB Variations
Color information
#B5DB92 (or 0xB5DB92) is known color: Feijoa. HEX triplet: B5, DB and 92. RGB value is (181,219,146). Sum of RGB (Red+Green+Blue) = 181+219+146=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DB92 is #4A246D. Grayscale: #C7C7C7. Windows color (decimal): -4858990 or 9624501. OLE color: 9624501.
HSL color Cylindrical-coordinate representation of color #B5DB92: hue angle of 91.23º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5DB92 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 146 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.14 |
| HSL | 91.23º | 0.5% | 0.72% | - |
| HSV(B) | 91.23º | 0.33% | 0.86% | - |
| XYZ | 49.58 | 62.56 | 36.66 | - |
| YUV | 199.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 146 | 0.17 | 0 | 0.33 | 0.14 | 91.23 | 0.5 | 0.72 |
| Hex | B5 | DB | 92 | 11 | 0 | 21 | E | 5B | 32 | 48 |
| Octal | 265 | 333 | 222 | 21 | 0 | 41 | 16 | 133 | 62 | 110 |
| Binary | 10110101 | 11011011 | 10010010 | 10001 | 0 | 100001 | 1110 | 1011011 | 110010 | 1001000 |
Color Harmonies of #B5DB92
Complementary color
Monochromatic Colors of #B5DB92
Black with #B5DB92
Text Example
Text Example
White with #B5DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB92; }
p { color: rgb(181,219,146); }
H1.HeaderClassName
{
color: #B5DB92;
}
.AnyTagClassName
{
color: #B5DB92;
}
</style>
background-color css
<style>
a { background-color: #B5DB92; }
a { background-color: rgb(181,219,146); }
div.DivClassName
{
background-color: #B5DB92;
}
.BgClassName
{
background-color: #B5DB92;
}
</style>
border-color css
<style>
span { border-color: #B5DB92; }
span { border-color: rgb(181,219,146); }
td.TdClassName
{
border-color: #B5DB92;
}
.TagClassName
{
border-color: #B5DB92;
}
</style>