#A8CD95

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

Shades of Gossip #A8CD95

Tints of Gossip #A8CD95

Color information

#A8CD95 (or 0xA8CD95) is unknown color: approx Gossip. HEX triplet: A8, CD and 95. RGB value is (168,205,149). Sum of RGB (Red+Green+Blue) = 168+205+149=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CD95 is #57326A. Grayscale: #BBBBBB. Windows color (decimal): -5714539 or 9817512. OLE color: 9817512.

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

Color convert

RGB168205149-
CMYK0.1800.270.20
HSL99.64º35.9%69.41%-
HSV(B)99.64º27.32%80.39%-
XYZ43.454.1636.6-
YUV187.55106.24114.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.18%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=32.18%
G=39.27%
B=28.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682051490.1800.270.2099.6435.969.41
HexA8CD951201B14642445
Octal250315225220332414444105
Binary101010001100110110010101100100110111010011001001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CD95; }

 p { color: rgb(168,205,149); }

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

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

 a { background-color: rgb(168,205,149); }

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

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

 span { border-color: rgb(168,205,149); }

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