Shades of Feijoa #B1D582
Tints of Feijoa #B1D582
RGB
CMYK
RGB Variations
Color information
#B1D582 (or 0xB1D582) is known color: Feijoa. HEX triplet: B1, D5 and 82. RGB value is (177,213,130). Sum of RGB (Red+Green+Blue) = 177+213+130=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D582 is #4E2A7D. Grayscale: #C1C1C1. Windows color (decimal): -5122686 or 8574385. OLE color: 8574385.
HSL color Cylindrical-coordinate representation of color #B1D582: hue angle of 86.02º 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 #B1D582 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 213 | 130 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.16 |
| HSL | 86.02º | 0.5% | 0.67% | - |
| HSV(B) | 86.02º | 0.39% | 0.84% | - |
| XYZ | 45.95 | 58.55 | 30 | - |
| YUV | 192.77 | 92.57 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 213 | 130 | 0.17 | 0 | 0.39 | 0.16 | 86.02 | 0.5 | 0.67 |
| Hex | B1 | D5 | 82 | 11 | 0 | 27 | 10 | 56 | 32 | 43 |
| Octal | 261 | 325 | 202 | 21 | 0 | 47 | 20 | 126 | 62 | 103 |
| Binary | 10110001 | 11010101 | 10000010 | 10001 | 0 | 100111 | 10000 | 1010110 | 110010 | 1000011 |
Color Harmonies of #B1D582
Complementary color
Monochromatic Colors of #B1D582
Black with #B1D582
Text Example
Text Example
White with #B1D582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D582; }
p { color: rgb(177,213,130); }
H1.HeaderClassName
{
color: #B1D582;
}
.AnyTagClassName
{
color: #B1D582;
}
</style>
background-color css
<style>
a { background-color: #B1D582; }
a { background-color: rgb(177,213,130); }
div.DivClassName
{
background-color: #B1D582;
}
.BgClassName
{
background-color: #B1D582;
}
</style>
border-color css
<style>
span { border-color: #B1D582; }
span { border-color: rgb(177,213,130); }
td.TdClassName
{
border-color: #B1D582;
}
.TagClassName
{
border-color: #B1D582;
}
</style>