#A0C88B

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

Shades of Gossip #A0C88B

Tints of Gossip #A0C88B

Color information

#A0C88B (or 0xA0C88B) is unknown color: approx Gossip. HEX triplet: A0, C8 and 8B. RGB value is (160,200,139). Sum of RGB (Red+Green+Blue) = 160+200+139=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C88B is #5F3774. Grayscale: #B5B5B5. Windows color (decimal): -6240117 or 9160864. OLE color: 9160864.

HSL color Cylindrical-coordinate representation of color #A0C88B: hue angle of 99.34º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0C88B is Cyan = 0.2, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB160200139-
CMYK0.200.300.22
HSL99.34º35.67%66.47%-
HSV(B)99.34º30.5%78.43%-
XYZ39.8150.6532.1-
YUV181.09104.25112.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.06%
GREEN value IS 200 (78.52% from 255) = 40.08%
BLUE value IS 139 (54.69% from 255) = 27.86%
R=32.06%
G=40.08%
B=27.86%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1602001390.200.300.2299.3435.6766.47
HexA0C88B1401E16632442
Octal240310213240362614344102
Binary101000001100100010001011101000111101011011000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C88B; }

 p { color: rgb(160,200,139); }

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

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

 a { background-color: rgb(160,200,139); }

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

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

 span { border-color: rgb(160,200,139); }

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