#A2CC88

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

Shades of Gossip #A2CC88

Tints of Gossip #A2CC88

Color information

#A2CC88 (or 0xA2CC88) is unknown color: approx Gossip. HEX triplet: A2, CC and 88. RGB value is (162,204,136). Sum of RGB (Red+Green+Blue) = 162+204+136=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CC88 is #5D3377. Grayscale: #B7B7B7. Windows color (decimal): -6108024 or 8965282. OLE color: 8965282.

HSL color Cylindrical-coordinate representation of color #A2CC88: hue angle of 97.06º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2CC88 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB162204136-
CMYK0.2100.330.2
HSL97.06º40%66.67%-
HSV(B)97.06º33.33%80%-
XYZ40.9452.6431.3-
YUV183.69101.09112.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.27%
GREEN value IS 204 (80.08% from 255) = 40.64%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=32.27%
G=40.64%
B=27.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1622041360.2100.330.297.064066.67
HexA2CC881502114612843
Octal242314210250412414150103
Binary1010001011001100100010001010101000011010011000011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CC88; }

 p { color: rgb(162,204,136); }

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

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

 a { background-color: rgb(162,204,136); }

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

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

 span { border-color: rgb(162,204,136); }

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