Html Css Color HEX #A0C586 Gossip

📋 copy color: '#A0C586'

red 160 ◦ green 197 ◦ blue 134

#A0C586
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #A0C586

Tints of Gossip #A0C586

RGB

 RED value IS 160 (62.89% from 255) = 32.59%

 GREEN value IS 197 (77.34% from 255) = 40.12%

 BLUE value IS 134 (52.73% from 255) = 27.29%

R = 32.59%
G = 40.12%
B = 27.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#A0C586 (or 0xA0C586) is known color: Gossip. HEX triplet: A0, C5 and 86. RGB value is (160,197,134). Sum of RGB (Red+Green+Blue) = 160+197+134=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C586 is #5F3A79. Grayscale: #B2B2B2. Windows color (decimal): -6240890 or 8832416. OLE color: 8832416.

HSL color Cylindrical-coordinate representation of color #A0C586: hue angle of 95.24º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0C586 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 197 134 -
CMYK 0.19 0 0.32 0.23
HSL 95.24º 0.35% 0.65% -
HSV(B) 95.24º 0.32% 0.77% -
XYZ 38.77 49.13 29.99 -
YUV 178.76 102.74 114.62 -
System Red Green Blue C M Y K H S L
Decimal 160 197 134 0.19 0 0.32 0.23 95.24 0.35 0.65
Hex A0 C5 86 13 0 20 17 5F 23 41
Octal 240 305 206 23 0 40 27 137 43 101
Binary 10100000 11000101 10000110 10011 0 100000 10111 1011111 100011 1000001

Color Harmonies of #A0C586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C586

Black with #A0C586

Text Example


Text Example

White with #A0C586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C586; }

 p { color: rgb(160,197,134); }

 H1.HeaderClassName
 {
   color: #A0C586;
 }
 .AnyTagClassName
 {
   color: #A0C586;
 }
</style>

background-color css

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

 a { background-color: rgb(160,197,134); }

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

border-color css

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

 span { border-color: rgb(160,197,134); }

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