Html Css Color HEX #9BC980 Gossip

📋 copy color: '#9BC980'

red 155 ◦ green 201 ◦ blue 128

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

Shades of Gossip #9BC980

Tints of Gossip #9BC980

RGB

 RED value IS 155 (60.94% from 255) = 32.02%

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

 BLUE value IS 128 (50.39% from 255) = 26.45%

R = 32.02%
G = 41.53%
B = 26.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#9BC980 (or 0x9BC980) is known color: Gossip. HEX triplet: 9B, C9 and 80. RGB value is (155,201,128). Sum of RGB (Red+Green+Blue) = 155+201+128=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC980 is #64367F. Grayscale: #B3B3B3. Windows color (decimal): -6567552 or 8440219. OLE color: 8440219.

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

Color convert

RGB 155 201 128 -
CMYK 0.23 0 0.36 0.21
HSL 97.81º 0.4% 0.65% -
HSV(B) 97.81º 0.36% 0.79% -
XYZ 38.3 50.3 28.11 -
YUV 178.92 99.26 110.94 -
System Red Green Blue C M Y K H S L
Decimal 155 201 128 0.23 0 0.36 0.21 97.81 0.4 0.65
Hex 9B C9 80 17 0 24 15 62 28 41
Octal 233 311 200 27 0 44 25 142 50 101
Binary 10011011 11001001 10000000 10111 0 100100 10101 1100010 101000 1000001

Color Harmonies of #9BC980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC980

Black with #9BC980

Text Example


Text Example

White with #9BC980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,201,128); }

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

background-color css

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

 a { background-color: rgb(155,201,128); }

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

border-color css

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

 span { border-color: rgb(155,201,128); }

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