Html Css Color HEX #9EC384 Gossip

📋 copy color: '#9EC384'

red 158 ◦ green 195 ◦ blue 132

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

Shades of Gossip #9EC384

Tints of Gossip #9EC384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.22%

R = 32.58%
G = 40.21%
B = 27.22%

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

#9EC384 (or 0x9EC384) is known color: Gossip. HEX triplet: 9E, C3 and 84. RGB value is (158,195,132). Sum of RGB (Red+Green+Blue) = 158+195+132=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC384 is #613C7B. Grayscale: #B0B0B0. Windows color (decimal): -6372476 or 8700830. OLE color: 8700830.

HSL color Cylindrical-coordinate representation of color #9EC384: hue angle of 95.24º 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 #9EC384 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 195 132 -
CMYK 0.19 0 0.32 0.24
HSL 95.24º 0.34% 0.64% -
HSV(B) 95.24º 0.32% 0.76% -
XYZ 37.78 47.97 29.1 -
YUV 176.76 102.74 114.62 -
System Red Green Blue C M Y K H S L
Decimal 158 195 132 0.19 0 0.32 0.24 95.24 0.34 0.64
Hex 9E C3 84 13 0 20 18 5F 22 40
Octal 236 303 204 23 0 40 30 137 42 100
Binary 10011110 11000011 10000100 10011 0 100000 11000 1011111 100010 1000000

Color Harmonies of #9EC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC384

Black with #9EC384

Text Example


Text Example

White with #9EC384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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