Shades of Feijoa #B2D28C
Tints of Feijoa #B2D28C
RGB
CMYK
RGB Variations
Color information
#B2D28C (or 0xB2D28C) is known color: Feijoa. HEX triplet: B2, D2 and 8C. RGB value is (178,210,140). Sum of RGB (Red+Green+Blue) = 178+210+140=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D28C is #4D2D73. Grayscale: #C0C0C0. Windows color (decimal): -5057908 or 9228978. OLE color: 9228978.
HSL color Cylindrical-coordinate representation of color #B2D28C: hue angle of 87.43º 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 #B2D28C is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 140 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.18 |
| HSL | 87.43º | 0.44% | 0.69% | - |
| HSV(B) | 87.43º | 0.33% | 0.82% | - |
| XYZ | 46.14 | 57.45 | 33.47 | - |
| YUV | 192.45 | 98.4 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 140 | 0.15 | 0 | 0.33 | 0.18 | 87.43 | 0.44 | 0.69 |
| Hex | B2 | D2 | 8C | F | 0 | 21 | 12 | 57 | 2C | 45 |
| Octal | 262 | 322 | 214 | 17 | 0 | 41 | 22 | 127 | 54 | 105 |
| Binary | 10110010 | 11010010 | 10001100 | 1111 | 0 | 100001 | 10010 | 1010111 | 101100 | 1000101 |
Color Harmonies of #B2D28C
Complementary color
Monochromatic Colors of #B2D28C
Black with #B2D28C
Text Example
Text Example
White with #B2D28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D28C; }
p { color: rgb(178,210,140); }
H1.HeaderClassName
{
color: #B2D28C;
}
.AnyTagClassName
{
color: #B2D28C;
}
</style>
background-color css
<style>
a { background-color: #B2D28C; }
a { background-color: rgb(178,210,140); }
div.DivClassName
{
background-color: #B2D28C;
}
.BgClassName
{
background-color: #B2D28C;
}
</style>
border-color css
<style>
span { border-color: #B2D28C; }
span { border-color: rgb(178,210,140); }
td.TdClassName
{
border-color: #B2D28C;
}
.TagClassName
{
border-color: #B2D28C;
}
</style>