Shades of Feijoa #B2DB84
Tints of Feijoa #B2DB84
RGB
CMYK
RGB Variations
Color information
#B2DB84 (or 0xB2DB84) is known color: Feijoa. HEX triplet: B2, DB and 84. RGB value is (178,219,132). Sum of RGB (Red+Green+Blue) = 178+219+132=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DB84 is #4D247B. Grayscale: #C5C5C5. Windows color (decimal): -5055612 or 8706994. OLE color: 8706994.
HSL color Cylindrical-coordinate representation of color #B2DB84: hue angle of 88.28º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2DB84 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 132 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.14 |
| HSL | 88.28º | 0.55% | 0.69% | - |
| HSV(B) | 88.28º | 0.4% | 0.86% | - |
| XYZ | 47.86 | 61.79 | 31.23 | - |
| YUV | 196.82 | 91.42 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 132 | 0.19 | 0 | 0.40 | 0.14 | 88.28 | 0.55 | 0.69 |
| Hex | B2 | DB | 84 | 13 | 0 | 28 | E | 58 | 37 | 45 |
| Octal | 262 | 333 | 204 | 23 | 0 | 50 | 16 | 130 | 67 | 105 |
| Binary | 10110010 | 11011011 | 10000100 | 10011 | 0 | 101000 | 1110 | 1011000 | 110111 | 1000101 |
Color Harmonies of #B2DB84
Complementary color
Monochromatic Colors of #B2DB84
Black with #B2DB84
Text Example
Text Example
White with #B2DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DB84; }
p { color: rgb(178,219,132); }
H1.HeaderClassName
{
color: #B2DB84;
}
.AnyTagClassName
{
color: #B2DB84;
}
</style>
background-color css
<style>
a { background-color: #B2DB84; }
a { background-color: rgb(178,219,132); }
div.DivClassName
{
background-color: #B2DB84;
}
.BgClassName
{
background-color: #B2DB84;
}
</style>
border-color css
<style>
span { border-color: #B2DB84; }
span { border-color: rgb(178,219,132); }
td.TdClassName
{
border-color: #B2DB84;
}
.TagClassName
{
border-color: #B2DB84;
}
</style>