#A2CD93

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

Shades of Gossip #A2CD93

Tints of Gossip #A2CD93

Color information

#A2CD93 (or 0xA2CD93) is unknown color: approx Gossip. HEX triplet: A2, CD and 93. RGB value is (162,205,147). Sum of RGB (Red+Green+Blue) = 162+205+147=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CD93 is #5D326C. Grayscale: #B9B9B9. Windows color (decimal): -6107757 or 9686434. OLE color: 9686434.

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

Color convert

RGB162205147-
CMYK0.2100.280.20
HSL104.48º36.71%69.02%-
HSV(B)104.48º28.29%80.39%-
XYZ4253.4535.71-
YUV185.53106.25111.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.52%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=31.52%
G=39.88%
B=28.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622051470.2100.280.20104.4836.7169.02
HexA2CD931501C14682545
Octal242315223250342415045105
Binary101000101100110110010011101010111001010011010001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD93; }

 p { color: rgb(162,205,147); }

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

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

 a { background-color: rgb(162,205,147); }

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

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

 span { border-color: rgb(162,205,147); }

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