#A4CD8E

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

Shades of Gossip #A4CD8E

Tints of Gossip #A4CD8E

Color information

#A4CD8E (or 0xA4CD8E) is unknown color: approx Gossip. HEX triplet: A4, CD and 8E. RGB value is (164,205,142). Sum of RGB (Red+Green+Blue) = 164+205+142=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CD8E is #5B3271. Grayscale: #B9B9B9. Windows color (decimal): -5976690 or 9358756. OLE color: 9358756.

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

Color convert

RGB164205142-
CMYK0.200.310.20
HSL99.05º38.65%68.04%-
HSV(B)99.05º30.73%80.39%-
XYZ42.0253.5133.7-
YUV185.56103.42112.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 205 (80.47% from 255) = 40.12%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=32.09%
G=40.12%
B=27.79%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642051420.200.310.2099.0538.6568.04
HexA4CD8E1401F14632744
Octal244315216240372414347104
Binary101001001100110110001110101000111111010011000111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CD8E; }

 p { color: rgb(164,205,142); }

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

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

 a { background-color: rgb(164,205,142); }

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

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

 span { border-color: rgb(164,205,142); }

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