Shades of Feijoa #B3D48C
Tints of Feijoa #B3D48C
RGB
CMYK
RGB Variations
Color information
#B3D48C (or 0xB3D48C) is known color: Feijoa. HEX triplet: B3, D4 and 8C. RGB value is (179,212,140). Sum of RGB (Red+Green+Blue) = 179+212+140=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D48C is #4C2B73. Grayscale: #C2C2C2. Windows color (decimal): -4991860 or 9229491. OLE color: 9229491.
HSL color Cylindrical-coordinate representation of color #B3D48C: hue angle of 87.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3D48C is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 212 | 140 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.17 |
| HSL | 87.5º | 0.46% | 0.69% | - |
| HSV(B) | 87.5º | 0.34% | 0.83% | - |
| XYZ | 46.87 | 58.56 | 33.64 | - |
| YUV | 193.93 | 97.57 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 212 | 140 | 0.16 | 0 | 0.34 | 0.17 | 87.5 | 0.46 | 0.69 |
| Hex | B3 | D4 | 8C | 10 | 0 | 22 | 11 | 57 | 2E | 45 |
| Octal | 263 | 324 | 214 | 20 | 0 | 42 | 21 | 127 | 56 | 105 |
| Binary | 10110011 | 11010100 | 10001100 | 10000 | 0 | 100010 | 10001 | 1010111 | 101110 | 1000101 |
Color Harmonies of #B3D48C
Complementary color
Monochromatic Colors of #B3D48C
Black with #B3D48C
Text Example
Text Example
White with #B3D48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D48C; }
p { color: rgb(179,212,140); }
H1.HeaderClassName
{
color: #B3D48C;
}
.AnyTagClassName
{
color: #B3D48C;
}
</style>
background-color css
<style>
a { background-color: #B3D48C; }
a { background-color: rgb(179,212,140); }
div.DivClassName
{
background-color: #B3D48C;
}
.BgClassName
{
background-color: #B3D48C;
}
</style>
border-color css
<style>
span { border-color: #B3D48C; }
span { border-color: rgb(179,212,140); }
td.TdClassName
{
border-color: #B3D48C;
}
.TagClassName
{
border-color: #B3D48C;
}
</style>