Shades of Feijoa #B3DC8C
Tints of Feijoa #B3DC8C
RGB
CMYK
RGB Variations
Color information
#B3DC8C (or 0xB3DC8C) is known color: Feijoa. HEX triplet: B3, DC and 8C. RGB value is (179,220,140). Sum of RGB (Red+Green+Blue) = 179+220+140=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DC8C is #4C2373. Grayscale: #C6C6C6. Windows color (decimal): -4989812 or 9231539. OLE color: 9231539.
HSL color Cylindrical-coordinate representation of color #B3DC8C: hue angle of 90.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3DC8C is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 220 | 140 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.14 |
| HSL | 90.75º | 0.53% | 0.71% | - |
| HSV(B) | 90.75º | 0.36% | 0.86% | - |
| XYZ | 48.92 | 62.66 | 34.33 | - |
| YUV | 198.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 220 | 140 | 0.19 | 0 | 0.36 | 0.14 | 90.75 | 0.53 | 0.71 |
| Hex | B3 | DC | 8C | 13 | 0 | 24 | E | 5B | 35 | 47 |
| Octal | 263 | 334 | 214 | 23 | 0 | 44 | 16 | 133 | 65 | 107 |
| Binary | 10110011 | 11011100 | 10001100 | 10011 | 0 | 100100 | 1110 | 1011011 | 110101 | 1000111 |
Color Harmonies of #B3DC8C
Complementary color
Monochromatic Colors of #B3DC8C
Black with #B3DC8C
Text Example
Text Example
White with #B3DC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DC8C; }
p { color: rgb(179,220,140); }
H1.HeaderClassName
{
color: #B3DC8C;
}
.AnyTagClassName
{
color: #B3DC8C;
}
</style>
background-color css
<style>
a { background-color: #B3DC8C; }
a { background-color: rgb(179,220,140); }
div.DivClassName
{
background-color: #B3DC8C;
}
.BgClassName
{
background-color: #B3DC8C;
}
</style>
border-color css
<style>
span { border-color: #B3DC8C; }
span { border-color: rgb(179,220,140); }
td.TdClassName
{
border-color: #B3DC8C;
}
.TagClassName
{
border-color: #B3DC8C;
}
</style>