Html Css Color HEX #9BDC80 Gossip

📋 copy color: '#9BDC80'

red 155 ◦ green 220 ◦ blue 128

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

Shades of Gossip #9BDC80

Tints of Gossip #9BDC80

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.74%

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

R = 30.82%
G = 43.74%
B = 25.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#9BDC80 (or 0x9BDC80) is known color: Gossip. HEX triplet: 9B, DC and 80. RGB value is (155,220,128). Sum of RGB (Red+Green+Blue) = 155+220+128=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDC80 is #64237F. Grayscale: #BEBEBE. Windows color (decimal): -6562688 or 8445083. OLE color: 8445083.

HSL color Cylindrical-coordinate representation of color #9BDC80: hue angle of 102.39º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BDC80 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 220 128 -
CMYK 0.30 0 0.42 0.14
HSL 102.39º 0.57% 0.68% -
HSV(B) 102.39º 0.42% 0.86% -
XYZ 43.01 59.71 29.68 -
YUV 190.08 92.97 102.98 -
System Red Green Blue C M Y K H S L
Decimal 155 220 128 0.30 0 0.42 0.14 102.39 0.57 0.68
Hex 9B DC 80 1E 0 2A E 66 39 44
Octal 233 334 200 36 0 52 16 146 71 104
Binary 10011011 11011100 10000000 11110 0 101010 1110 1100110 111001 1000100

Color Harmonies of #9BDC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDC80

Black with #9BDC80

Text Example


Text Example

White with #9BDC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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