Html Css Color HEX #9EC385 Gossip

📋 copy color: '#9EC385'

red 158 ◦ green 195 ◦ blue 133

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

Shades of Gossip #9EC385

Tints of Gossip #9EC385

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.12%

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

R = 32.51%
G = 40.12%
B = 27.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#9EC385 (or 0x9EC385) is known color: Gossip. HEX triplet: 9E, C3 and 85. RGB value is (158,195,133). Sum of RGB (Red+Green+Blue) = 158+195+133=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC385 is #613C7A. Grayscale: #B1B1B1. Windows color (decimal): -6372475 or 8766366. OLE color: 8766366.

HSL color Cylindrical-coordinate representation of color #9EC385: hue angle of 95.81º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EC385 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 195 133 -
CMYK 0.19 0 0.32 0.24
HSL 95.81º 0.34% 0.64% -
HSV(B) 95.81º 0.32% 0.76% -
XYZ 37.85 47.99 29.46 -
YUV 176.87 103.24 114.54 -
System Red Green Blue C M Y K H S L
Decimal 158 195 133 0.19 0 0.32 0.24 95.81 0.34 0.64
Hex 9E C3 85 13 0 20 18 60 22 40
Octal 236 303 205 23 0 40 30 140 42 100
Binary 10011110 11000011 10000101 10011 0 100000 11000 1100000 100010 1000000

Color Harmonies of #9EC385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC385

Black with #9EC385

Text Example


Text Example

White with #9EC385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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