Shades of Feijoa #ABCB8A
Tints of Feijoa #ABCB8A
RGB
CMYK
RGB Variations
Color information
#ABCB8A (or 0xABCB8A) is known color: Feijoa. HEX triplet: AB, CB and 8A. RGB value is (171,203,138). Sum of RGB (Red+Green+Blue) = 171+203+138=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCB8A is #543475. Grayscale: #BABABA. Windows color (decimal): -5518454 or 9096107. OLE color: 9096107.
HSL color Cylindrical-coordinate representation of color #ABCB8A: hue angle of 89.54º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABCB8A is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 138 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.20 |
| HSL | 89.54º | 0.38% | 0.67% | - |
| HSV(B) | 89.54º | 0.32% | 0.8% | - |
| XYZ | 42.74 | 53.2 | 32.06 | - |
| YUV | 186.02 | 100.9 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 138 | 0.16 | 0 | 0.32 | 0.20 | 89.54 | 0.38 | 0.67 |
| Hex | AB | CB | 8A | 10 | 0 | 20 | 14 | 5A | 26 | 43 |
| Octal | 253 | 313 | 212 | 20 | 0 | 40 | 24 | 132 | 46 | 103 |
| Binary | 10101011 | 11001011 | 10001010 | 10000 | 0 | 100000 | 10100 | 1011010 | 100110 | 1000011 |
Color Harmonies of #ABCB8A
Complementary color
Monochromatic Colors of #ABCB8A
Black with #ABCB8A
Text Example
Text Example
White with #ABCB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB8A; }
p { color: rgb(171,203,138); }
H1.HeaderClassName
{
color: #ABCB8A;
}
.AnyTagClassName
{
color: #ABCB8A;
}
</style>
background-color css
<style>
a { background-color: #ABCB8A; }
a { background-color: rgb(171,203,138); }
div.DivClassName
{
background-color: #ABCB8A;
}
.BgClassName
{
background-color: #ABCB8A;
}
</style>
border-color css
<style>
span { border-color: #ABCB8A; }
span { border-color: rgb(171,203,138); }
td.TdClassName
{
border-color: #ABCB8A;
}
.TagClassName
{
border-color: #ABCB8A;
}
</style>