Html Css Color HEX #9BD779 Gossip

📋 copy color: '#9BD779'

red 155 ◦ green 215 ◦ blue 121

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

Shades of Gossip #9BD779

Tints of Gossip #9BD779

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.79%

 BLUE value IS 121 (47.66% from 255) = 24.64%

R = 31.57%
G = 43.79%
B = 24.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#9BD779 (or 0x9BD779) is known color: Gossip. HEX triplet: 9B, D7 and 79. RGB value is (155,215,121). Sum of RGB (Red+Green+Blue) = 155+215+121=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD779 is #642886. Grayscale: #BABABA. Windows color (decimal): -6563975 or 7985051. OLE color: 7985051.

HSL color Cylindrical-coordinate representation of color #9BD779: hue angle of 98.3º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BD779 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 215 121 -
CMYK 0.28 0 0.44 0.16
HSL 98.3º 0.54% 0.66% -
HSV(B) 98.3º 0.44% 0.84% -
XYZ 41.27 56.95 26.91 -
YUV 186.34 91.12 105.64 -
System Red Green Blue C M Y K H S L
Decimal 155 215 121 0.28 0 0.44 0.16 98.3 0.54 0.66
Hex 9B D7 79 1C 0 2C 10 62 36 42
Octal 233 327 171 34 0 54 20 142 66 102
Binary 10011011 11010111 1111001 11100 0 101100 10000 1100010 110110 1000010

Color Harmonies of #9BD779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD779

Black with #9BD779

Text Example


Text Example

White with #9BD779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,215,121); }

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

background-color css

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

 a { background-color: rgb(155,215,121); }

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

border-color css

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

 span { border-color: rgb(155,215,121); }

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