Shades of Feijoa #B0DC93
Tints of Feijoa #B0DC93
RGB
CMYK
RGB Variations
Color information
#B0DC93 (or 0xB0DC93) is known color: Feijoa. HEX triplet: B0, DC and 93. RGB value is (176,220,147). Sum of RGB (Red+Green+Blue) = 176+220+147=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DC93 is #4F236C. Grayscale: #C6C6C6. Windows color (decimal): -5186413 or 9690288. OLE color: 9690288.
HSL color Cylindrical-coordinate representation of color #B0DC93: hue angle of 96.16º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0DC93 is Cyan = 0.2, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 147 | - |
| CMYK | 0.2 | 0 | 0.33 | 0.14 |
| HSL | 96.16º | 0.51% | 0.72% | - |
| HSV(B) | 96.16º | 0.33% | 0.86% | - |
| XYZ | 48.76 | 62.52 | 37.1 | - |
| YUV | 198.52 | 98.92 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 147 | 0.2 | 0 | 0.33 | 0.14 | 96.16 | 0.51 | 0.72 |
| Hex | B0 | DC | 93 | 14 | 0 | 21 | E | 60 | 33 | 48 |
| Octal | 260 | 334 | 223 | 24 | 0 | 41 | 16 | 140 | 63 | 110 |
| Binary | 10110000 | 11011100 | 10010011 | 10100 | 0 | 100001 | 1110 | 1100000 | 110011 | 1001000 |
Color Harmonies of #B0DC93
Complementary color
Monochromatic Colors of #B0DC93
Black with #B0DC93
Text Example
Text Example
White with #B0DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC93; }
p { color: rgb(176,220,147); }
H1.HeaderClassName
{
color: #B0DC93;
}
.AnyTagClassName
{
color: #B0DC93;
}
</style>
background-color css
<style>
a { background-color: #B0DC93; }
a { background-color: rgb(176,220,147); }
div.DivClassName
{
background-color: #B0DC93;
}
.BgClassName
{
background-color: #B0DC93;
}
</style>
border-color css
<style>
span { border-color: #B0DC93; }
span { border-color: rgb(176,220,147); }
td.TdClassName
{
border-color: #B0DC93;
}
.TagClassName
{
border-color: #B0DC93;
}
</style>