#A1CC89

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

Shades of Gossip #A1CC89

Tints of Gossip #A1CC89

Color information

#A1CC89 (or 0xA1CC89) is unknown color: approx Gossip. HEX triplet: A1, CC and 89. RGB value is (161,204,137). Sum of RGB (Red+Green+Blue) = 161+204+137=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CC89 is #5E3376. Grayscale: #B7B7B7. Windows color (decimal): -6173559 or 9030817. OLE color: 9030817.

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

Color convert

RGB161204137-
CMYK0.2100.330.2
HSL98.51º39.64%66.86%-
HSV(B)98.51º32.84%80%-
XYZ40.8152.5731.66-
YUV183.5101.75111.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 204 (80.08% from 255) = 40.64%
BLUE value IS 137 (53.91% from 255) = 27.29%
R=32.07%
G=40.64%
B=27.29%

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
Decimal1612041370.2100.330.298.5139.6466.86
HexA1CC891502114632843
Octal241314211250412414350103
Binary1010000111001100100010011010101000011010011000111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CC89; }

 p { color: rgb(161,204,137); }

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

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

 a { background-color: rgb(161,204,137); }

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

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

 span { border-color: rgb(161,204,137); }

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