#A2CB8E

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

Shades of Gossip #A2CB8E

Tints of Gossip #A2CB8E

Color information

#A2CB8E (or 0xA2CB8E) is unknown color: approx Gossip. HEX triplet: A2, CB and 8E. RGB value is (162,203,142). Sum of RGB (Red+Green+Blue) = 162+203+142=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CB8E is #5D3471. Grayscale: #B7B7B7. Windows color (decimal): -6108274 or 9358242. OLE color: 9358242.

HSL color Cylindrical-coordinate representation of color #A2CB8E: hue angle of 100.33º 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 #A2CB8E is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB162203142-
CMYK0.2000.300.20
HSL100.33º36.97%67.65%-
HSV(B)100.33º30.05%79.61%-
XYZ41.1452.3533.53-
YUV183.79104.42112.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 203 (79.69% from 255) = 40.04%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=31.95%
G=40.04%
B=28.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622031420.2000.300.20100.3336.9767.65
HexA2CB8E1401E14642544
Octal242313216240362414445104
Binary101000101100101110001110101000111101010011001001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CB8E; }

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

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

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

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

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

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

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

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