Html Css Color HEX #9EC685 Gossip

📋 copy color: '#9EC685'

red 158 ◦ green 198 ◦ blue 133

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

Shades of Gossip #9EC685

Tints of Gossip #9EC685

RGB

 RED value IS 158 (62.11% from 255) = 32.31%

 GREEN value IS 198 (77.73% from 255) = 40.49%

 BLUE value IS 133 (52.34% from 255) = 27.2%

R = 32.31%
G = 40.49%
B = 27.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#9EC685 (or 0x9EC685) is known color: Gossip. HEX triplet: 9E, C6 and 85. RGB value is (158,198,133). Sum of RGB (Red+Green+Blue) = 158+198+133=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC685 is #61397A. Grayscale: #B2B2B2. Windows color (decimal): -6371707 or 8767134. OLE color: 8767134.

HSL color Cylindrical-coordinate representation of color #9EC685: hue angle of 96.92º degrees, saturation: 0.36, 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 #9EC685 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 158 198 133 -
CMYK 0.20 0 0.33 0.22
HSL 96.92º 0.36% 0.65% -
HSV(B) 96.92º 0.33% 0.78% -
XYZ 38.53 49.35 29.69 -
YUV 178.63 102.25 113.29 -
System Red Green Blue C M Y K H S L
Decimal 158 198 133 0.20 0 0.33 0.22 96.92 0.36 0.65
Hex 9E C6 85 14 0 21 16 61 24 41
Octal 236 306 205 24 0 41 26 141 44 101
Binary 10011110 11000110 10000101 10100 0 100001 10110 1100001 100100 1000001

Color Harmonies of #9EC685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC685

Black with #9EC685

Text Example


Text Example

White with #9EC685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EC685; }

 p { color: rgb(158,198,133); }

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

background-color css

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

 a { background-color: rgb(158,198,133); }

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

border-color css

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

 span { border-color: rgb(158,198,133); }

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