#A2CE92

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

Shades of Gossip #A2CE92

Tints of Gossip #A2CE92

Color information

#A2CE92 (or 0xA2CE92) is unknown color: approx Gossip. HEX triplet: A2, CE and 92. RGB value is (162,206,146). Sum of RGB (Red+Green+Blue) = 162+206+146=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CE92 is #5D316D. Grayscale: #BABABA. Windows color (decimal): -6107502 or 9621154. OLE color: 9621154.

HSL color Cylindrical-coordinate representation of color #A2CE92: hue angle of 104º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2CE92 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB162206146-
CMYK0.2100.290.19
HSL104º37.97%69.02%-
HSV(B)104º29.13%80.78%-
XYZ42.1653.935.38-
YUV186105.42110.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.52%
GREEN value IS 206 (80.86% from 255) = 40.08%
BLUE value IS 146 (57.42% from 255) = 28.40%
R=31.52%
G=40.08%
B=28.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061460.2100.290.1910437.9769.02
HexA2CE921501D13682645
Octal242316222250352315046105
Binary101000101100111010010010101010111011001111010001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CE92; }

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

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

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

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

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

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

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

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