Html Css Color HEX #9BD679 Gossip

📋 copy color: '#9BD679'

red 155 ◦ green 214 ◦ blue 121

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

Shades of Gossip #9BD679

Tints of Gossip #9BD679

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.67%

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

R = 31.63%
G = 43.67%
B = 24.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#9BD679 (or 0x9BD679) is known color: Gossip. HEX triplet: 9B, D6 and 79. RGB value is (155,214,121). Sum of RGB (Red+Green+Blue) = 155+214+121=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD679 is #642986. Grayscale: #BABABA. Windows color (decimal): -6564231 or 7984795. OLE color: 7984795.

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

Color convert

RGB 155 214 121 -
CMYK 0.28 0 0.43 0.16
HSL 98.06º 0.53% 0.66% -
HSV(B) 98.06º 0.43% 0.84% -
XYZ 41.02 56.44 26.82 -
YUV 185.76 91.45 106.06 -
System Red Green Blue C M Y K H S L
Decimal 155 214 121 0.28 0 0.43 0.16 98.06 0.53 0.66
Hex 9B D6 79 1C 0 2B 10 62 35 42
Octal 233 326 171 34 0 53 20 142 65 102
Binary 10011011 11010110 1111001 11100 0 101011 10000 1100010 110101 1000010

Color Harmonies of #9BD679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD679

Black with #9BD679

Text Example


Text Example

White with #9BD679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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