Shades of Feijoa #B0D284
Tints of Feijoa #B0D284
RGB
CMYK
RGB Variations
Color information
#B0D284 (or 0xB0D284) is known color: Feijoa. HEX triplet: B0, D2 and 84. RGB value is (176,210,132). Sum of RGB (Red+Green+Blue) = 176+210+132=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D284 is #4F2D7B. Grayscale: #BFBFBF. Windows color (decimal): -5188988 or 8704688. OLE color: 8704688.
HSL color Cylindrical-coordinate representation of color #B0D284: hue angle of 86.15º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0D284 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 132 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.18 |
| HSL | 86.15º | 0.46% | 0.67% | - |
| HSV(B) | 86.15º | 0.37% | 0.82% | - |
| XYZ | 45.12 | 56.99 | 30.45 | - |
| YUV | 190.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 132 | 0.16 | 0 | 0.37 | 0.18 | 86.15 | 0.46 | 0.67 |
| Hex | B0 | D2 | 84 | 10 | 0 | 25 | 12 | 56 | 2E | 43 |
| Octal | 260 | 322 | 204 | 20 | 0 | 45 | 22 | 126 | 56 | 103 |
| Binary | 10110000 | 11010010 | 10000100 | 10000 | 0 | 100101 | 10010 | 1010110 | 101110 | 1000011 |
Color Harmonies of #B0D284
Complementary color
Monochromatic Colors of #B0D284
Black with #B0D284
Text Example
Text Example
White with #B0D284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D284; }
p { color: rgb(176,210,132); }
H1.HeaderClassName
{
color: #B0D284;
}
.AnyTagClassName
{
color: #B0D284;
}
</style>
background-color css
<style>
a { background-color: #B0D284; }
a { background-color: rgb(176,210,132); }
div.DivClassName
{
background-color: #B0D284;
}
.BgClassName
{
background-color: #B0D284;
}
</style>
border-color css
<style>
span { border-color: #B0D284; }
span { border-color: rgb(176,210,132); }
td.TdClassName
{
border-color: #B0D284;
}
.TagClassName
{
border-color: #B0D284;
}
</style>