#A2CC92

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

Shades of Gossip #A2CC92

Tints of Gossip #A2CC92

Color information

#A2CC92 (or 0xA2CC92) is unknown color: approx Gossip. HEX triplet: A2, CC and 92. RGB value is (162,204,146). Sum of RGB (Red+Green+Blue) = 162+204+146=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CC92 is #5D336D. Grayscale: #B9B9B9. Windows color (decimal): -6108014 or 9620642. OLE color: 9620642.

HSL color Cylindrical-coordinate representation of color #A2CC92: hue angle of 103.45º degrees, saturation: 0.36, 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 #A2CC92 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB162204146-
CMYK0.2100.280.2
HSL103.45º36.25%68.63%-
HSV(B)103.45º28.43%80%-
XYZ41.6852.9435.22-
YUV184.83106.09111.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=31.64%
G=39.84%
B=28.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1622041460.2100.280.2103.4536.2568.63
HexA2CC921501C14672445
Octal242314222250342414744105
Binary101000101100110010010010101010111001010011001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CC92; }

 p { color: rgb(162,204,146); }

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

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

 a { background-color: rgb(162,204,146); }

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

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

 span { border-color: rgb(162,204,146); }

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