#A1CD89

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

Shades of Gossip #A1CD89

Tints of Gossip #A1CD89

Color information

#A1CD89 (or 0xA1CD89) is unknown color: approx Gossip. HEX triplet: A1, CD and 89. RGB value is (161,205,137). Sum of RGB (Red+Green+Blue) = 161+205+137=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CD89 is #5E3276. Grayscale: #B8B8B8. Windows color (decimal): -6173303 or 9031073. OLE color: 9031073.

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

Color convert

RGB161205137-
CMYK0.2100.330.20
HSL98.82º40.48%67.06%-
HSV(B)98.82º33.17%80.39%-
XYZ41.0453.0531.74-
YUV184.09101.42111.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 205 (80.47% from 255) = 40.76%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=32.01%
G=40.76%
B=27.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051370.2100.330.2098.8240.4867.06
HexA1CD891502114632843
Octal241315211250412414350103
Binary1010000111001101100010011010101000011010011000111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CD89; }

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

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

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

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

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

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

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

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