Shades of Feijoa #B1DC93
Tints of Feijoa #B1DC93
RGB
CMYK
RGB Variations
Color information
#B1DC93 (or 0xB1DC93) is known color: Feijoa. HEX triplet: B1, DC and 93. RGB value is (177,220,147). Sum of RGB (Red+Green+Blue) = 177+220+147=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DC93 is #4E236C. Grayscale: #C7C7C7. Windows color (decimal): -5120877 or 9690289. OLE color: 9690289.
HSL color Cylindrical-coordinate representation of color #B1DC93: hue angle of 95.34º 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 #B1DC93 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 147 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.14 |
| HSL | 95.34º | 0.51% | 0.72% | - |
| HSV(B) | 95.34º | 0.33% | 0.86% | - |
| XYZ | 48.99 | 62.64 | 37.11 | - |
| YUV | 198.82 | 98.75 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 147 | 0.20 | 0 | 0.33 | 0.14 | 95.34 | 0.51 | 0.72 |
| Hex | B1 | DC | 93 | 14 | 0 | 21 | E | 5F | 33 | 48 |
| Octal | 261 | 334 | 223 | 24 | 0 | 41 | 16 | 137 | 63 | 110 |
| Binary | 10110001 | 11011100 | 10010011 | 10100 | 0 | 100001 | 1110 | 1011111 | 110011 | 1001000 |
Color Harmonies of #B1DC93
Complementary color
Monochromatic Colors of #B1DC93
Black with #B1DC93
Text Example
Text Example
White with #B1DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DC93; }
p { color: rgb(177,220,147); }
H1.HeaderClassName
{
color: #B1DC93;
}
.AnyTagClassName
{
color: #B1DC93;
}
</style>
background-color css
<style>
a { background-color: #B1DC93; }
a { background-color: rgb(177,220,147); }
div.DivClassName
{
background-color: #B1DC93;
}
.BgClassName
{
background-color: #B1DC93;
}
</style>
border-color css
<style>
span { border-color: #B1DC93; }
span { border-color: rgb(177,220,147); }
td.TdClassName
{
border-color: #B1DC93;
}
.TagClassName
{
border-color: #B1DC93;
}
</style>