Shades of Feijoa #ABCB8C
Tints of Feijoa #ABCB8C
RGB
CMYK
RGB Variations
Color information
#ABCB8C (or 0xABCB8C) is known color: Feijoa. HEX triplet: AB, CB and 8C. RGB value is (171,203,140). Sum of RGB (Red+Green+Blue) = 171+203+140=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCB8C is #543473. Grayscale: #BABABA. Windows color (decimal): -5518452 or 9227179. OLE color: 9227179.
HSL color Cylindrical-coordinate representation of color #ABCB8C: hue angle of 90.48º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABCB8C is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 140 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.20 |
| HSL | 90.48º | 0.38% | 0.67% | - |
| HSV(B) | 90.48º | 0.31% | 0.8% | - |
| XYZ | 42.88 | 53.26 | 32.83 | - |
| YUV | 186.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 140 | 0.16 | 0 | 0.31 | 0.20 | 90.48 | 0.38 | 0.67 |
| Hex | AB | CB | 8C | 10 | 0 | 1F | 14 | 5A | 26 | 43 |
| Octal | 253 | 313 | 214 | 20 | 0 | 37 | 24 | 132 | 46 | 103 |
| Binary | 10101011 | 11001011 | 10001100 | 10000 | 0 | 11111 | 10100 | 1011010 | 100110 | 1000011 |
Color Harmonies of #ABCB8C
Complementary color
Monochromatic Colors of #ABCB8C
Black with #ABCB8C
Text Example
Text Example
White with #ABCB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB8C; }
p { color: rgb(171,203,140); }
H1.HeaderClassName
{
color: #ABCB8C;
}
.AnyTagClassName
{
color: #ABCB8C;
}
</style>
background-color css
<style>
a { background-color: #ABCB8C; }
a { background-color: rgb(171,203,140); }
div.DivClassName
{
background-color: #ABCB8C;
}
.BgClassName
{
background-color: #ABCB8C;
}
</style>
border-color css
<style>
span { border-color: #ABCB8C; }
span { border-color: rgb(171,203,140); }
td.TdClassName
{
border-color: #ABCB8C;
}
.TagClassName
{
border-color: #ABCB8C;
}
</style>