Shades of Feijoa #B0E27B
Tints of Feijoa #B0E27B
RGB
CMYK
RGB Variations
Color information
#B0E27B (or 0xB0E27B) is known color: Feijoa. HEX triplet: B0, E2 and 7B. RGB value is (176,226,123). Sum of RGB (Red+Green+Blue) = 176+226+123=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E27B is #4F1D84. Grayscale: #C7C7C7. Windows color (decimal): -5184901 or 8118960. OLE color: 8118960.
HSL color Cylindrical-coordinate representation of color #B0E27B: hue angle of 89.13º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0E27B is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 226 | 123 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.11 |
| HSL | 89.13º | 0.64% | 0.68% | - |
| HSV(B) | 89.13º | 0.46% | 0.89% | - |
| XYZ | 48.68 | 65.05 | 28.73 | - |
| YUV | 199.31 | 84.94 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 226 | 123 | 0.22 | 0 | 0.46 | 0.11 | 89.13 | 0.64 | 0.68 |
| Hex | B0 | E2 | 7B | 16 | 0 | 2E | B | 59 | 40 | 44 |
| Octal | 260 | 342 | 173 | 26 | 0 | 56 | 13 | 131 | 100 | 104 |
| Binary | 10110000 | 11100010 | 1111011 | 10110 | 0 | 101110 | 1011 | 1011001 | 1000000 | 1000100 |
Color Harmonies of #B0E27B
Complementary color
Monochromatic Colors of #B0E27B
Black with #B0E27B
Text Example
Text Example
White with #B0E27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E27B; }
p { color: rgb(176,226,123); }
H1.HeaderClassName
{
color: #B0E27B;
}
.AnyTagClassName
{
color: #B0E27B;
}
</style>
background-color css
<style>
a { background-color: #B0E27B; }
a { background-color: rgb(176,226,123); }
div.DivClassName
{
background-color: #B0E27B;
}
.BgClassName
{
background-color: #B0E27B;
}
</style>
border-color css
<style>
span { border-color: #B0E27B; }
span { border-color: rgb(176,226,123); }
td.TdClassName
{
border-color: #B0E27B;
}
.TagClassName
{
border-color: #B0E27B;
}
</style>