#A1CC92

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

Shades of Gossip #A1CC92

Tints of Gossip #A1CC92

Color information

#A1CC92 (or 0xA1CC92) is unknown color: approx Gossip. HEX triplet: A1, CC and 92. RGB value is (161,204,146). Sum of RGB (Red+Green+Blue) = 161+204+146=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CC92 is #5E336D. Grayscale: #B8B8B8. Windows color (decimal): -6173550 or 9620641. OLE color: 9620641.

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

Color convert

RGB161204146-
CMYK0.2100.280.2
HSL104.48º36.25%68.63%-
HSV(B)104.48º28.43%80%-
XYZ41.4852.8435.21-
YUV184.53106.25111.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 204 (80.08% from 255) = 39.92%
BLUE value IS 146 (57.42% from 255) = 28.57%
R=31.51%
G=39.92%
B=28.57%

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
Decimal1612041460.2100.280.2104.4836.2568.63
HexA1CC921501C14682445
Octal241314222250342415044105
Binary101000011100110010010010101010111001010011010001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CC92; }

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

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

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

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

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

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

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

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