Html Css Color HEX #9DC381 Gossip

📋 copy color: '#9DC381'

red 157 ◦ green 195 ◦ blue 129

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

Shades of Gossip #9DC381

Tints of Gossip #9DC381

RGB

 RED value IS 157 (61.72% from 255) = 32.64%

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

 BLUE value IS 129 (50.78% from 255) = 26.82%

R = 32.64%
G = 40.54%
B = 26.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#9DC381 (or 0x9DC381) is known color: Gossip. HEX triplet: 9D, C3 and 81. RGB value is (157,195,129). Sum of RGB (Red+Green+Blue) = 157+195+129=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC381 is #623C7E. Grayscale: #B0B0B0. Windows color (decimal): -6438015 or 8504221. OLE color: 8504221.

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

Color convert

RGB 157 195 129 -
CMYK 0.19 0 0.34 0.24
HSL 94.55º 0.35% 0.64% -
HSV(B) 94.55º 0.34% 0.76% -
XYZ 37.38 47.78 28.02 -
YUV 176.11 101.41 114.37 -
System Red Green Blue C M Y K H S L
Decimal 157 195 129 0.19 0 0.34 0.24 94.55 0.35 0.64
Hex 9D C3 81 13 0 22 18 5F 23 40
Octal 235 303 201 23 0 42 30 137 43 100
Binary 10011101 11000011 10000001 10011 0 100010 11000 1011111 100011 1000000

Color Harmonies of #9DC381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC381

Black with #9DC381

Text Example


Text Example

White with #9DC381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,195,129); }

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

background-color css

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

 a { background-color: rgb(157,195,129); }

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

border-color css

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

 span { border-color: rgb(157,195,129); }

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