Shades of Feijoa #B2D28A
Tints of Feijoa #B2D28A
RGB
CMYK
RGB Variations
Color information
#B2D28A (or 0xB2D28A) is known color: Feijoa. HEX triplet: B2, D2 and 8A. RGB value is (178,210,138). Sum of RGB (Red+Green+Blue) = 178+210+138=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D28A is #4D2D75. Grayscale: #C0C0C0. Windows color (decimal): -5057910 or 9097906. OLE color: 9097906.
HSL color Cylindrical-coordinate representation of color #B2D28A: hue angle of 86.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2D28A is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 138 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.18 |
| HSL | 86.67º | 0.44% | 0.68% | - |
| HSV(B) | 86.67º | 0.34% | 0.82% | - |
| XYZ | 45.99 | 57.39 | 32.7 | - |
| YUV | 192.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 138 | 0.15 | 0 | 0.34 | 0.18 | 86.67 | 0.44 | 0.68 |
| Hex | B2 | D2 | 8A | F | 0 | 22 | 12 | 57 | 2C | 44 |
| Octal | 262 | 322 | 212 | 17 | 0 | 42 | 22 | 127 | 54 | 104 |
| Binary | 10110010 | 11010010 | 10001010 | 1111 | 0 | 100010 | 10010 | 1010111 | 101100 | 1000100 |
Color Harmonies of #B2D28A
Complementary color
Monochromatic Colors of #B2D28A
Black with #B2D28A
Text Example
Text Example
White with #B2D28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D28A; }
p { color: rgb(178,210,138); }
H1.HeaderClassName
{
color: #B2D28A;
}
.AnyTagClassName
{
color: #B2D28A;
}
</style>
background-color css
<style>
a { background-color: #B2D28A; }
a { background-color: rgb(178,210,138); }
div.DivClassName
{
background-color: #B2D28A;
}
.BgClassName
{
background-color: #B2D28A;
}
</style>
border-color css
<style>
span { border-color: #B2D28A; }
span { border-color: rgb(178,210,138); }
td.TdClassName
{
border-color: #B2D28A;
}
.TagClassName
{
border-color: #B2D28A;
}
</style>