#A0CB8E

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

Shades of Gossip #A0CB8E

Tints of Gossip #A0CB8E

Color information

#A0CB8E (or 0xA0CB8E) is unknown color: approx Gossip. HEX triplet: A0, CB and 8E. RGB value is (160,203,142). Sum of RGB (Red+Green+Blue) = 160+203+142=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CB8E is #5F3471. Grayscale: #B7B7B7. Windows color (decimal): -6239346 or 9358240. OLE color: 9358240.

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

Color convert

RGB160203142-
CMYK0.2100.300.20
HSL102.3º36.97%67.65%-
HSV(B)102.3º30.05%79.61%-
XYZ40.7452.1433.51-
YUV183.19104.75111.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.68%
GREEN value IS 203 (79.69% from 255) = 40.20%
BLUE value IS 142 (55.86% from 255) = 28.12%
R=31.68%
G=40.20%
B=28.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602031420.2100.300.20102.336.9767.65
HexA0CB8E1501E14662544
Octal240313216250362414645104
Binary101000001100101110001110101010111101010011001101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CB8E; }

 p { color: rgb(160,203,142); }

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

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

 a { background-color: rgb(160,203,142); }

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

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

 span { border-color: rgb(160,203,142); }

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