Html Css Color HEX #9BDD80 Gossip

📋 copy color: '#9BDD80'

red 155 ◦ green 221 ◦ blue 128

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

Shades of Gossip #9BDD80

Tints of Gossip #9BDD80

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.85%

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

R = 30.75%
G = 43.85%
B = 25.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#9BDD80 (or 0x9BDD80) is known color: Gossip. HEX triplet: 9B, DD and 80. RGB value is (155,221,128). Sum of RGB (Red+Green+Blue) = 155+221+128=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDD80 is #64227F. Grayscale: #BEBEBE. Windows color (decimal): -6562432 or 8445339. OLE color: 8445339.

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

Color convert

RGB 155 221 128 -
CMYK 0.30 0 0.42 0.13
HSL 102.58º 0.58% 0.68% -
HSV(B) 102.58º 0.42% 0.87% -
XYZ 43.27 60.24 29.77 -
YUV 190.66 92.63 102.56 -
System Red Green Blue C M Y K H S L
Decimal 155 221 128 0.30 0 0.42 0.13 102.58 0.58 0.68
Hex 9B DD 80 1E 0 2A D 67 3A 44
Octal 233 335 200 36 0 52 15 147 72 104
Binary 10011011 11011101 10000000 11110 0 101010 1101 1100111 111010 1000100

Color Harmonies of #9BDD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDD80

Black with #9BDD80

Text Example


Text Example

White with #9BDD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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