#A1CA8B

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

Shades of Gossip #A1CA8B

Tints of Gossip #A1CA8B

Color information

#A1CA8B (or 0xA1CA8B) is unknown color: approx Gossip. HEX triplet: A1, CA and 8B. RGB value is (161,202,139). Sum of RGB (Red+Green+Blue) = 161+202+139=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CA8B is #5E3574. Grayscale: #B6B6B6. Windows color (decimal): -6174069 or 9161377. OLE color: 9161377.

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

Color convert

RGB161202139-
CMYK0.2000.310.21
HSL99.05º37.28%66.86%-
HSV(B)99.05º31.19%79.22%-
XYZ40.4851.6832.27-
YUV182.56103.42112.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 139 (54.69% from 255) = 27.69%
R=32.07%
G=40.24%
B=27.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612021390.2000.310.2199.0537.2866.86
HexA1CA8B1401F15632543
Octal241312213240372514345103
Binary101000011100101010001011101000111111010111000111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CA8B; }

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

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

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

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

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

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

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

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