#A1CD91

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

Shades of Gossip #A1CD91

Tints of Gossip #A1CD91

Color information

#A1CD91 (or 0xA1CD91) is unknown color: approx Gossip. HEX triplet: A1, CD and 91. RGB value is (161,205,145). Sum of RGB (Red+Green+Blue) = 161+205+145=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CD91 is #5E326E. Grayscale: #B9B9B9. Windows color (decimal): -6173295 or 9555361. OLE color: 9555361.

HSL color Cylindrical-coordinate representation of color #A1CD91: hue angle of 104º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1CD91 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB161205145-
CMYK0.2100.290.20
HSL104º37.5%68.63%-
HSV(B)104º29.27%80.39%-
XYZ41.6453.2834.88-
YUV185105.42110.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 205 (80.47% from 255) = 40.12%
BLUE value IS 145 (57.03% from 255) = 28.38%
R=31.51%
G=40.12%
B=28.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051450.2100.290.2010437.568.63
HexA1CD911501D14682645
Octal241315221250352415046105
Binary101000011100110110010001101010111011010011010001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CD91; }

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

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

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

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

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

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

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

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