Shades of Feijoa #B2DB92
Tints of Feijoa #B2DB92
RGB
CMYK
RGB Variations
Color information
#B2DB92 (or 0xB2DB92) is known color: Feijoa. HEX triplet: B2, DB and 92. RGB value is (178,219,146). Sum of RGB (Red+Green+Blue) = 178+219+146=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DB92 is #4D246D. Grayscale: #C6C6C6. Windows color (decimal): -5055598 or 9624498. OLE color: 9624498.
HSL color Cylindrical-coordinate representation of color #B2DB92: hue angle of 93.7º 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 #B2DB92 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 146 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.14 |
| HSL | 93.7º | 0.5% | 0.72% | - |
| HSV(B) | 93.7º | 0.33% | 0.86% | - |
| XYZ | 48.88 | 62.2 | 36.62 | - |
| YUV | 198.42 | 98.42 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 146 | 0.19 | 0 | 0.33 | 0.14 | 93.7 | 0.5 | 0.72 |
| Hex | B2 | DB | 92 | 13 | 0 | 21 | E | 5E | 32 | 48 |
| Octal | 262 | 333 | 222 | 23 | 0 | 41 | 16 | 136 | 62 | 110 |
| Binary | 10110010 | 11011011 | 10010010 | 10011 | 0 | 100001 | 1110 | 1011110 | 110010 | 1001000 |
Color Harmonies of #B2DB92
Complementary color
Monochromatic Colors of #B2DB92
Black with #B2DB92
Text Example
Text Example
White with #B2DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DB92; }
p { color: rgb(178,219,146); }
H1.HeaderClassName
{
color: #B2DB92;
}
.AnyTagClassName
{
color: #B2DB92;
}
</style>
background-color css
<style>
a { background-color: #B2DB92; }
a { background-color: rgb(178,219,146); }
div.DivClassName
{
background-color: #B2DB92;
}
.BgClassName
{
background-color: #B2DB92;
}
</style>
border-color css
<style>
span { border-color: #B2DB92; }
span { border-color: rgb(178,219,146); }
td.TdClassName
{
border-color: #B2DB92;
}
.TagClassName
{
border-color: #B2DB92;
}
</style>