Html Css Color HEX #A0C886 Gossip

📋 copy color: '#A0C886'

red 160 ◦ green 200 ◦ blue 134

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

Shades of Gossip #A0C886

Tints of Gossip #A0C886

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.49%

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

R = 32.39%
G = 40.49%
B = 27.13%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#A0C886 (or 0xA0C886) is known color: Gossip. HEX triplet: A0, C8 and 86. RGB value is (160,200,134). Sum of RGB (Red+Green+Blue) = 160+200+134=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C886 is #5F3779. Grayscale: #B4B4B4. Windows color (decimal): -6240122 or 8833184. OLE color: 8833184.

HSL color Cylindrical-coordinate representation of color #A0C886: hue angle of 96.36º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0C886 is Cyan = 0.2, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 200 134 -
CMYK 0.2 0 0.33 0.22
HSL 96.36º 0.38% 0.65% -
HSV(B) 96.36º 0.33% 0.78% -
XYZ 39.45 50.5 30.22 -
YUV 180.52 101.75 113.37 -
System Red Green Blue C M Y K H S L
Decimal 160 200 134 0.2 0 0.33 0.22 96.36 0.38 0.65
Hex A0 C8 86 14 0 21 16 60 26 41
Octal 240 310 206 24 0 41 26 140 46 101
Binary 10100000 11001000 10000110 10100 0 100001 10110 1100000 100110 1000001

Color Harmonies of #A0C886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C886

Black with #A0C886

Text Example


Text Example

White with #A0C886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C886; }

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

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

background-color css

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

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

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

border-color css

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

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

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