Shades of Feijoa #B2D582
Tints of Feijoa #B2D582
RGB
CMYK
RGB Variations
Color information
#B2D582 (or 0xB2D582) is known color: Feijoa. HEX triplet: B2, D5 and 82. RGB value is (178,213,130). Sum of RGB (Red+Green+Blue) = 178+213+130=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D582 is #4D2A7D. Grayscale: #C1C1C1. Windows color (decimal): -5057150 or 8574386. OLE color: 8574386.
HSL color Cylindrical-coordinate representation of color #B2D582: hue angle of 85.3º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2D582 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 130 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.16 |
| HSL | 85.3º | 0.5% | 0.67% | - |
| HSV(B) | 85.3º | 0.39% | 0.84% | - |
| XYZ | 46.18 | 58.67 | 30.01 | - |
| YUV | 193.07 | 92.4 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 130 | 0.16 | 0 | 0.39 | 0.16 | 85.3 | 0.5 | 0.67 |
| Hex | B2 | D5 | 82 | 10 | 0 | 27 | 10 | 55 | 32 | 43 |
| Octal | 262 | 325 | 202 | 20 | 0 | 47 | 20 | 125 | 62 | 103 |
| Binary | 10110010 | 11010101 | 10000010 | 10000 | 0 | 100111 | 10000 | 1010101 | 110010 | 1000011 |
Color Harmonies of #B2D582
Complementary color
Monochromatic Colors of #B2D582
Black with #B2D582
Text Example
Text Example
White with #B2D582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D582; }
p { color: rgb(178,213,130); }
H1.HeaderClassName
{
color: #B2D582;
}
.AnyTagClassName
{
color: #B2D582;
}
</style>
background-color css
<style>
a { background-color: #B2D582; }
a { background-color: rgb(178,213,130); }
div.DivClassName
{
background-color: #B2D582;
}
.BgClassName
{
background-color: #B2D582;
}
</style>
border-color css
<style>
span { border-color: #B2D582; }
span { border-color: rgb(178,213,130); }
td.TdClassName
{
border-color: #B2D582;
}
.TagClassName
{
border-color: #B2D582;
}
</style>