#a1cb87

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

Shades of Gossip #A1CB87

Tints of Gossip #A1CB87

Color information

#A1CB87 (or 0xA1CB87) is unknown color: approx Gossip. HEX triplet: A1, CB and 87. RGB value is (161,203,135). Sum of RGB (Red+Green+Blue) = 161+203+135=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CB87 is #5E3478. Grayscale: #B6B6B6. Windows color (decimal): -6173817 or 8899489. OLE color: 8899489.

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

Color convert

RGB161203135-
CMYK0.2100.330.20
HSL97.06º39.53%66.27%-
HSV(B)97.06º33.5%79.61%-
XYZ40.4352.0430.84-
YUV182.69101.09112.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.26%
GREEN value IS 203 (79.69% from 255) = 40.68%
BLUE value IS 135 (53.12% from 255) = 27.05%
R=32.26%
G=40.68%
B=27.05%

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
Decimal1612031350.2100.330.2097.0639.5366.27
HexA1CB871502114612842
Octal241313207250412414150102
Binary1010000111001011100001111010101000011010011000011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1cb87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1cb87; }

 p { color: rgb(161,203,135); }

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

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

 a { background-color: rgb(161,203,135); }

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

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

 span { border-color: rgb(161,203,135); }

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