Shades of Feijoa #AACB89
Tints of Feijoa #AACB89
RGB
CMYK
RGB Variations
Color information
#AACB89 (or 0xAACB89) is known color: Feijoa. HEX triplet: AA, CB and 89. RGB value is (170,203,137). Sum of RGB (Red+Green+Blue) = 170+203+137=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB89 is #553476. Grayscale: #B9B9B9. Windows color (decimal): -5583991 or 9030570. OLE color: 9030570.
HSL color Cylindrical-coordinate representation of color #AACB89: hue angle of 90º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AACB89 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 137 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.20 |
| HSL | 90º | 0.39% | 0.67% | - |
| HSV(B) | 90º | 0.33% | 0.8% | - |
| XYZ | 42.45 | 53.06 | 31.67 | - |
| YUV | 185.61 | 100.57 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 137 | 0.16 | 0 | 0.33 | 0.20 | 90 | 0.39 | 0.67 |
| Hex | AA | CB | 89 | 10 | 0 | 21 | 14 | 5A | 27 | 43 |
| Octal | 252 | 313 | 211 | 20 | 0 | 41 | 24 | 132 | 47 | 103 |
| Binary | 10101010 | 11001011 | 10001001 | 10000 | 0 | 100001 | 10100 | 1011010 | 100111 | 1000011 |
Color Harmonies of #AACB89
Complementary color
Monochromatic Colors of #AACB89
Black with #AACB89
Text Example
Text Example
White with #AACB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB89; }
p { color: rgb(170,203,137); }
H1.HeaderClassName
{
color: #AACB89;
}
.AnyTagClassName
{
color: #AACB89;
}
</style>
background-color css
<style>
a { background-color: #AACB89; }
a { background-color: rgb(170,203,137); }
div.DivClassName
{
background-color: #AACB89;
}
.BgClassName
{
background-color: #AACB89;
}
</style>
border-color css
<style>
span { border-color: #AACB89; }
span { border-color: rgb(170,203,137); }
td.TdClassName
{
border-color: #AACB89;
}
.TagClassName
{
border-color: #AACB89;
}
</style>