Shades of Feijoa #ABCB86
Tints of Feijoa #ABCB86
RGB
CMYK
RGB Variations
Color information
#ABCB86 (or 0xABCB86) is known color: Feijoa. HEX triplet: AB, CB and 86. RGB value is (171,203,134). Sum of RGB (Red+Green+Blue) = 171+203+134=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCB86 is #543479. Grayscale: #B9B9B9. Windows color (decimal): -5518458 or 8833963. OLE color: 8833963.
HSL color Cylindrical-coordinate representation of color #ABCB86: hue angle of 87.83º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABCB86 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 134 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.20 |
| HSL | 87.83º | 0.4% | 0.66% | - |
| HSV(B) | 87.83º | 0.34% | 0.8% | - |
| XYZ | 42.45 | 53.09 | 30.56 | - |
| YUV | 185.57 | 98.9 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 134 | 0.16 | 0 | 0.34 | 0.20 | 87.83 | 0.4 | 0.66 |
| Hex | AB | CB | 86 | 10 | 0 | 22 | 14 | 58 | 28 | 42 |
| Octal | 253 | 313 | 206 | 20 | 0 | 42 | 24 | 130 | 50 | 102 |
| Binary | 10101011 | 11001011 | 10000110 | 10000 | 0 | 100010 | 10100 | 1011000 | 101000 | 1000010 |
Color Harmonies of #ABCB86
Complementary color
Monochromatic Colors of #ABCB86
Black with #ABCB86
Text Example
Text Example
White with #ABCB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB86; }
p { color: rgb(171,203,134); }
H1.HeaderClassName
{
color: #ABCB86;
}
.AnyTagClassName
{
color: #ABCB86;
}
</style>
background-color css
<style>
a { background-color: #ABCB86; }
a { background-color: rgb(171,203,134); }
div.DivClassName
{
background-color: #ABCB86;
}
.BgClassName
{
background-color: #ABCB86;
}
</style>
border-color css
<style>
span { border-color: #ABCB86; }
span { border-color: rgb(171,203,134); }
td.TdClassName
{
border-color: #ABCB86;
}
.TagClassName
{
border-color: #ABCB86;
}
</style>