Html Css Color HEX #9DC982 Gossip

📋 copy color: '#9DC982'

red 157 ◦ green 201 ◦ blue 130

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

Shades of Gossip #9DC982

Tints of Gossip #9DC982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.19%

 BLUE value IS 130 (51.17% from 255) = 26.64%

R = 32.17%
G = 41.19%
B = 26.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#9DC982 (or 0x9DC982) is known color: Gossip. HEX triplet: 9D, C9 and 82. RGB value is (157,201,130). Sum of RGB (Red+Green+Blue) = 157+201+130=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC982 is #62367D. Grayscale: #B3B3B3. Windows color (decimal): -6436478 or 8571293. OLE color: 8571293.

HSL color Cylindrical-coordinate representation of color #9DC982: hue angle of 97.18º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DC982 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 201 130 -
CMYK 0.22 0 0.35 0.21
HSL 97.18º 0.4% 0.65% -
HSV(B) 97.18º 0.35% 0.79% -
XYZ 38.82 50.55 28.83 -
YUV 179.75 99.92 111.77 -
System Red Green Blue C M Y K H S L
Decimal 157 201 130 0.22 0 0.35 0.21 97.18 0.4 0.65
Hex 9D C9 82 16 0 23 15 61 28 41
Octal 235 311 202 26 0 43 25 141 50 101
Binary 10011101 11001001 10000010 10110 0 100011 10101 1100001 101000 1000001

Color Harmonies of #9DC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC982

Black with #9DC982

Text Example


Text Example

White with #9DC982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,201,130); }

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

background-color css

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

 a { background-color: rgb(157,201,130); }

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

border-color css

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

 span { border-color: rgb(157,201,130); }

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