#A2CB8D

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

Shades of Gossip #A2CB8D

Tints of Gossip #A2CB8D

Color information

#A2CB8D (or 0xA2CB8D) is unknown color: approx Gossip. HEX triplet: A2, CB and 8D. RGB value is (162,203,141). Sum of RGB (Red+Green+Blue) = 162+203+141=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CB8D is #5D3472. Grayscale: #B7B7B7. Windows color (decimal): -6108275 or 9292706. OLE color: 9292706.

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

Color convert

RGB162203141-
CMYK0.2000.310.20
HSL99.68º37.35%67.45%-
HSV(B)99.68º30.54%79.61%-
XYZ41.0652.3233.13-
YUV183.67103.92112.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.02%
GREEN value IS 203 (79.69% from 255) = 40.12%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=32.02%
G=40.12%
B=27.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622031410.2000.310.2099.6837.3567.45
HexA2CB8D1401F14642543
Octal242313215240372414445103
Binary101000101100101110001101101000111111010011001001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CB8D; }

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

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

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

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

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

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

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

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