Html Css Color HEX #9BD676 Gossip

📋 copy color: '#9BD676'

red 155 ◦ green 214 ◦ blue 118

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

Shades of Gossip #9BD676

Tints of Gossip #9BD676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.23%

R = 31.83%
G = 43.94%
B = 24.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#9BD676 (or 0x9BD676) is known color: Gossip. HEX triplet: 9B, D6 and 76. RGB value is (155,214,118). Sum of RGB (Red+Green+Blue) = 155+214+118=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD676 is #642989. Grayscale: #B9B9B9. Windows color (decimal): -6564234 or 7788187. OLE color: 7788187.

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

Color convert

RGB 155 214 118 -
CMYK 0.28 0 0.45 0.16
HSL 96.88º 0.54% 0.65% -
HSV(B) 96.88º 0.45% 0.84% -
XYZ 40.83 56.37 25.87 -
YUV 185.42 89.95 106.31 -
System Red Green Blue C M Y K H S L
Decimal 155 214 118 0.28 0 0.45 0.16 96.88 0.54 0.65
Hex 9B D6 76 1C 0 2D 10 61 36 41
Octal 233 326 166 34 0 55 20 141 66 101
Binary 10011011 11010110 1110110 11100 0 101101 10000 1100001 110110 1000001

Color Harmonies of #9BD676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD676

Black with #9BD676

Text Example


Text Example

White with #9BD676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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