Shades of Feijoa #B6E190
Tints of Feijoa #B6E190
RGB
CMYK
RGB Variations
Color information
#B6E190 (or 0xB6E190) is known color: Feijoa. HEX triplet: B6, E1 and 90. RGB value is (182,225,144). Sum of RGB (Red+Green+Blue) = 182+225+144=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 225 (88.28% from 255 or 40.83% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6E190 is #491E6F. Grayscale: #CBCBCB. Windows color (decimal): -4791920 or 9494966. OLE color: 9494966.
HSL color Cylindrical-coordinate representation of color #B6E190: hue angle of 91.85º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6E190 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 225 | 144 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.12 |
| HSL | 91.85º | 0.57% | 0.72% | - |
| HSV(B) | 91.85º | 0.36% | 0.88% | - |
| XYZ | 51.25 | 65.81 | 36.39 | - |
| YUV | 202.91 | 94.75 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 225 | 144 | 0.19 | 0 | 0.36 | 0.12 | 91.85 | 0.57 | 0.72 |
| Hex | B6 | E1 | 90 | 13 | 0 | 24 | C | 5C | 39 | 48 |
| Octal | 266 | 341 | 220 | 23 | 0 | 44 | 14 | 134 | 71 | 110 |
| Binary | 10110110 | 11100001 | 10010000 | 10011 | 0 | 100100 | 1100 | 1011100 | 111001 | 1001000 |
Color Harmonies of #B6E190
Complementary color
Monochromatic Colors of #B6E190
Black with #B6E190
Text Example
Text Example
White with #B6E190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E190; }
p { color: rgb(182,225,144); }
H1.HeaderClassName
{
color: #B6E190;
}
.AnyTagClassName
{
color: #B6E190;
}
</style>
background-color css
<style>
a { background-color: #B6E190; }
a { background-color: rgb(182,225,144); }
div.DivClassName
{
background-color: #B6E190;
}
.BgClassName
{
background-color: #B6E190;
}
</style>
border-color css
<style>
span { border-color: #B6E190; }
span { border-color: rgb(182,225,144); }
td.TdClassName
{
border-color: #B6E190;
}
.TagClassName
{
border-color: #B6E190;
}
</style>