Html Css Color HEX #9EDB8B Gossip

📋 copy color: '#9EDB8B'

red 158 ◦ green 219 ◦ blue 139

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

Shades of Gossip #9EDB8B

Tints of Gossip #9EDB8B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.44%

 BLUE value IS 139 (54.69% from 255) = 26.94%

R = 30.62%
G = 42.44%
B = 26.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#9EDB8B (or 0x9EDB8B) is known color: Gossip. HEX triplet: 9E, DB and 8B. RGB value is (158,219,139). Sum of RGB (Red+Green+Blue) = 158+219+139=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDB8B is #612474. Grayscale: #BFBFBF. Windows color (decimal): -6366325 or 9165726. OLE color: 9165726.

HSL color Cylindrical-coordinate representation of color #9EDB8B: hue angle of 105.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EDB8B is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 219 139 -
CMYK 0.28 0 0.37 0.14
HSL 105.75º 0.53% 0.7% -
HSV(B) 105.75º 0.37% 0.86% -
XYZ 44.09 59.8 33.64 -
YUV 191.64 98.29 104 -
System Red Green Blue C M Y K H S L
Decimal 158 219 139 0.28 0 0.37 0.14 105.75 0.53 0.7
Hex 9E DB 8B 1C 0 25 E 6A 35 46
Octal 236 333 213 34 0 45 16 152 65 106
Binary 10011110 11011011 10001011 11100 0 100101 1110 1101010 110101 1000110

Color Harmonies of #9EDB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDB8B

Black with #9EDB8B

Text Example


Text Example

White with #9EDB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,219,139); }

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

background-color css

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

 a { background-color: rgb(158,219,139); }

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

border-color css

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

 span { border-color: rgb(158,219,139); }

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