Html Css Color HEX #96D776 Gossip

📋 copy color: '#96D776'

red 150 ◦ green 215 ◦ blue 118

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

Shades of Gossip #96D776

Tints of Gossip #96D776

RGB

 RED value IS 150 (58.98% from 255) = 31.06%

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

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

R = 31.06%
G = 44.51%
B = 24.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#96D776 (or 0x96D776) is known color: Gossip. HEX triplet: 96, D7 and 76. RGB value is (150,215,118). Sum of RGB (Red+Green+Blue) = 150+215+118=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #96D776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D776 is #692889. Grayscale: #B8B8B8. Windows color (decimal): -6891658 or 7788438. OLE color: 7788438.

HSL color Cylindrical-coordinate representation of color #96D776: hue angle of 100.21º degrees, saturation: 0.55, 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 #96D776 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 215 118 -
CMYK 0.30 0 0.45 0.16
HSL 100.21º 0.55% 0.65% -
HSV(B) 100.21º 0.45% 0.84% -
XYZ 40.15 56.39 25.91 -
YUV 184.51 90.47 103.39 -
System Red Green Blue C M Y K H S L
Decimal 150 215 118 0.30 0 0.45 0.16 100.21 0.55 0.65
Hex 96 D7 76 1E 0 2D 10 64 37 41
Octal 226 327 166 36 0 55 20 144 67 101
Binary 10010110 11010111 1110110 11110 0 101101 10000 1100100 110111 1000001

Color Harmonies of #96D776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D776

Black with #96D776

Text Example


Text Example

White with #96D776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96D776; }

 p { color: rgb(150,215,118); }

 H1.HeaderClassName
 {
   color: #96D776;
 }
 .AnyTagClassName
 {
   color: #96D776;
 }
</style>

background-color css

<style>
 a { background-color: #96D776; }

 a { background-color: rgb(150,215,118); }

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

border-color css

<style>
 span { border-color: #96D776; }

 span { border-color: rgb(150,215,118); }

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