Shades of Feijoa #B0DC90
Tints of Feijoa #B0DC90
RGB
CMYK
RGB Variations
Color information
#B0DC90 (or 0xB0DC90) is known color: Feijoa. HEX triplet: B0, DC and 90. RGB value is (176,220,144). Sum of RGB (Red+Green+Blue) = 176+220+144=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DC90 is #4F236F. Grayscale: #C6C6C6. Windows color (decimal): -5186416 or 9493680. OLE color: 9493680.
HSL color Cylindrical-coordinate representation of color #B0DC90: hue angle of 94.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0DC90 is Cyan = 0.2, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 144 | - |
| CMYK | 0.2 | 0 | 0.35 | 0.14 |
| HSL | 94.74º | 0.52% | 0.71% | - |
| HSV(B) | 94.74º | 0.35% | 0.86% | - |
| XYZ | 48.53 | 62.43 | 35.88 | - |
| YUV | 198.18 | 97.42 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 144 | 0.2 | 0 | 0.35 | 0.14 | 94.74 | 0.52 | 0.71 |
| Hex | B0 | DC | 90 | 14 | 0 | 23 | E | 5F | 34 | 47 |
| Octal | 260 | 334 | 220 | 24 | 0 | 43 | 16 | 137 | 64 | 107 |
| Binary | 10110000 | 11011100 | 10010000 | 10100 | 0 | 100011 | 1110 | 1011111 | 110100 | 1000111 |
Color Harmonies of #B0DC90
Complementary color
Monochromatic Colors of #B0DC90
Black with #B0DC90
Text Example
Text Example
White with #B0DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC90; }
p { color: rgb(176,220,144); }
H1.HeaderClassName
{
color: #B0DC90;
}
.AnyTagClassName
{
color: #B0DC90;
}
</style>
background-color css
<style>
a { background-color: #B0DC90; }
a { background-color: rgb(176,220,144); }
div.DivClassName
{
background-color: #B0DC90;
}
.BgClassName
{
background-color: #B0DC90;
}
</style>
border-color css
<style>
span { border-color: #B0DC90; }
span { border-color: rgb(176,220,144); }
td.TdClassName
{
border-color: #B0DC90;
}
.TagClassName
{
border-color: #B0DC90;
}
</style>