Shades of Feijoa #B1D28C
Tints of Feijoa #B1D28C
RGB
CMYK
RGB Variations
Color information
#B1D28C (or 0xB1D28C) is known color: Feijoa. HEX triplet: B1, D2 and 8C. RGB value is (177,210,140). Sum of RGB (Red+Green+Blue) = 177+210+140=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D28C is #4E2D73. Grayscale: #C0C0C0. Windows color (decimal): -5123444 or 9228977. OLE color: 9228977.
HSL color Cylindrical-coordinate representation of color #B1D28C: hue angle of 88.29º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1D28C is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 140 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.18 |
| HSL | 88.29º | 0.44% | 0.69% | - |
| HSV(B) | 88.29º | 0.33% | 0.82% | - |
| XYZ | 45.91 | 57.33 | 33.46 | - |
| YUV | 192.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 140 | 0.16 | 0 | 0.33 | 0.18 | 88.29 | 0.44 | 0.69 |
| Hex | B1 | D2 | 8C | 10 | 0 | 21 | 12 | 58 | 2C | 45 |
| Octal | 261 | 322 | 214 | 20 | 0 | 41 | 22 | 130 | 54 | 105 |
| Binary | 10110001 | 11010010 | 10001100 | 10000 | 0 | 100001 | 10010 | 1011000 | 101100 | 1000101 |
Color Harmonies of #B1D28C
Complementary color
Monochromatic Colors of #B1D28C
Black with #B1D28C
Text Example
Text Example
White with #B1D28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D28C; }
p { color: rgb(177,210,140); }
H1.HeaderClassName
{
color: #B1D28C;
}
.AnyTagClassName
{
color: #B1D28C;
}
</style>
background-color css
<style>
a { background-color: #B1D28C; }
a { background-color: rgb(177,210,140); }
div.DivClassName
{
background-color: #B1D28C;
}
.BgClassName
{
background-color: #B1D28C;
}
</style>
border-color css
<style>
span { border-color: #B1D28C; }
span { border-color: rgb(177,210,140); }
td.TdClassName
{
border-color: #B1D28C;
}
.TagClassName
{
border-color: #B1D28C;
}
</style>