#A9CB86

Color #A9CB86 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #A9CB86

Tints of Feijoa #A9CB86

Color information

#A9CB86 (or 0xA9CB86) is unknown color: approx Feijoa. HEX triplet: A9, CB and 86. RGB value is (169,203,134). Sum of RGB (Red+Green+Blue) = 169+203+134=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CB86 is #563479. Grayscale: #B9B9B9. Windows color (decimal): -5649530 or 8833961. OLE color: 8833961.

HSL color Cylindrical-coordinate representation of color #A9CB86: hue angle of 89.57º 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 #A9CB86 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB169203134-
CMYK0.1700.340.20
HSL89.57º39.88%66.08%-
HSV(B)89.57º33.99%79.61%-
XYZ42.0252.8730.54-
YUV184.9799.24116.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 203 (79.69% from 255) = 40.12%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=33.40%
G=40.12%
B=26.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692031340.1700.340.2089.5739.8866.08
HexA9CB8611022145a2842
Octal251313206210422413250102
Binary1010100111001011100001101000101000101010010110101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CB86; }

 p { color: rgb(169,203,134); }

 H1.HeaderClassName
 {
   color: #A9CB86;
 }
 .AnyTagClassName
 {
   color: #A9CB86;
 }
</style>
background-color css

<style>
 a { background-color: #A9CB86; }

 a { background-color: rgb(169,203,134); }

 div.DivClassName
 {
   background-color: #A9CB86;
 }
 .BgClassName
 {
   background-color: #A9CB86;
 }
</style>
border-color css

<style>
 span { border-color: #A9CB86; }

 span { border-color: rgb(169,203,134); }

 td.TdClassName
 {
   border-color: #A9CB86;
 }
 .TagClassName
 {
   border-color: #A9CB86;
 }
</style>