#A2CA8B

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

Shades of Gossip #A2CA8B

Tints of Gossip #A2CA8B

Color information

#A2CA8B (or 0xA2CA8B) is unknown color: approx Gossip. HEX triplet: A2, CA and 8B. RGB value is (162,202,139). Sum of RGB (Red+Green+Blue) = 162+202+139=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CA8B is #5D3574. Grayscale: #B7B7B7. Windows color (decimal): -6108533 or 9161378. OLE color: 9161378.

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

Color convert

RGB162202139-
CMYK0.2000.310.21
HSL98.1º37.28%66.86%-
HSV(B)98.1º31.19%79.22%-
XYZ40.6851.7932.28-
YUV182.86103.25113.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.21%
GREEN value IS 202 (79.30% from 255) = 40.16%
BLUE value IS 139 (54.69% from 255) = 27.63%
R=32.21%
G=40.16%
B=27.63%

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
Decimal1622021390.2000.310.2198.137.2866.86
HexA2CA8B1401F15622543
Octal242312213240372514245103
Binary101000101100101010001011101000111111010111000101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CA8B; }

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

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

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

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

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

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

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

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