#A1CB8D

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

Shades of Gossip #A1CB8D

Tints of Gossip #A1CB8D

Color information

#A1CB8D (or 0xA1CB8D) is unknown color: approx Gossip. HEX triplet: A1, CB and 8D. RGB value is (161,203,141). Sum of RGB (Red+Green+Blue) = 161+203+141=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CB8D is #5E3472. Grayscale: #B7B7B7. Windows color (decimal): -6173811 or 9292705. OLE color: 9292705.

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

Color convert

RGB161203141-
CMYK0.2100.310.20
HSL100.65º37.35%67.45%-
HSV(B)100.65º30.54%79.61%-
XYZ40.8652.2133.12-
YUV183.37104.09112.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.88%
GREEN value IS 203 (79.69% from 255) = 40.20%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=31.88%
G=40.20%
B=27.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612031410.2100.310.20100.6537.3567.45
HexA1CB8D1501F14652543
Octal241313215250372414545103
Binary101000011100101110001101101010111111010011001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CB8D; }

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

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

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

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

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

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

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

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