#A6CA8B

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

Shades of Feijoa #A6CA8B

Tints of Feijoa #A6CA8B

Color information

#A6CA8B (or 0xA6CA8B) is unknown color: approx Feijoa. HEX triplet: A6, CA and 8B. RGB value is (166,202,139). Sum of RGB (Red+Green+Blue) = 166+202+139=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CA8B is #593574. Grayscale: #B8B8B8. Windows color (decimal): -5846389 or 9161382. OLE color: 9161382.

HSL color Cylindrical-coordinate representation of color #A6CA8B: hue angle of 94.29º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6CA8B is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB166202139-
CMYK0.1800.310.21
HSL94.29º37.28%66.86%-
HSV(B)94.29º31.19%79.22%-
XYZ41.5152.2132.32-
YUV184.05102.57115.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 139 (54.69% from 255) = 27.42%
R=32.74%
G=39.84%
B=27.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662021390.1800.310.2194.2937.2866.86
HexA6CA8B1201F155e2543
Octal246312213220372513645103
Binary101001101100101010001011100100111111010110111101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CA8B; }

 p { color: rgb(166,202,139); }

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

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

 a { background-color: rgb(166,202,139); }

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

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

 span { border-color: rgb(166,202,139); }

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