Shades of Feijoa #ABCB93
Tints of Feijoa #ABCB93
RGB
CMYK
RGB Variations
Color information
#ABCB93 (or 0xABCB93) is known color: Feijoa. HEX triplet: AB, CB and 93. RGB value is (171,203,147). Sum of RGB (Red+Green+Blue) = 171+203+147=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCB93 is #54346C. Grayscale: #BBBBBB. Windows color (decimal): -5518445 or 9685931. OLE color: 9685931.
HSL color Cylindrical-coordinate representation of color #ABCB93: hue angle of 94.29º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABCB93 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 147 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.20 |
| HSL | 94.29º | 0.35% | 0.69% | - |
| HSV(B) | 94.29º | 0.28% | 0.8% | - |
| XYZ | 43.42 | 53.48 | 35.64 | - |
| YUV | 187.05 | 105.4 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 147 | 0.16 | 0 | 0.28 | 0.20 | 94.29 | 0.35 | 0.69 |
| Hex | AB | CB | 93 | 10 | 0 | 1C | 14 | 5E | 23 | 45 |
| Octal | 253 | 313 | 223 | 20 | 0 | 34 | 24 | 136 | 43 | 105 |
| Binary | 10101011 | 11001011 | 10010011 | 10000 | 0 | 11100 | 10100 | 1011110 | 100011 | 1000101 |
Color Harmonies of #ABCB93
Complementary color
Monochromatic Colors of #ABCB93
Black with #ABCB93
Text Example
Text Example
White with #ABCB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB93; }
p { color: rgb(171,203,147); }
H1.HeaderClassName
{
color: #ABCB93;
}
.AnyTagClassName
{
color: #ABCB93;
}
</style>
background-color css
<style>
a { background-color: #ABCB93; }
a { background-color: rgb(171,203,147); }
div.DivClassName
{
background-color: #ABCB93;
}
.BgClassName
{
background-color: #ABCB93;
}
</style>
border-color css
<style>
span { border-color: #ABCB93; }
span { border-color: rgb(171,203,147); }
td.TdClassName
{
border-color: #ABCB93;
}
.TagClassName
{
border-color: #ABCB93;
}
</style>