Html Css Color HEX #96D77C Gossip

📋 copy color: '#96D77C'

red 150 ◦ green 215 ◦ blue 124

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

Shades of Gossip #96D77C

Tints of Gossip #96D77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.36%

R = 30.67%
G = 43.97%
B = 25.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#96D77C (or 0x96D77C) is known color: Gossip. HEX triplet: 96, D7 and 7C. RGB value is (150,215,124). Sum of RGB (Red+Green+Blue) = 150+215+124=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #96D77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D77C is #692883. Grayscale: #B9B9B9. Windows color (decimal): -6891652 or 8181654. OLE color: 8181654.

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

Color convert

RGB 150 215 124 -
CMYK 0.30 0 0.42 0.16
HSL 102.86º 0.53% 0.66% -
HSV(B) 102.86º 0.42% 0.84% -
XYZ 40.52 56.54 27.85 -
YUV 185.19 93.47 102.9 -
System Red Green Blue C M Y K H S L
Decimal 150 215 124 0.30 0 0.42 0.16 102.86 0.53 0.66
Hex 96 D7 7C 1E 0 2A 10 67 35 42
Octal 226 327 174 36 0 52 20 147 65 102
Binary 10010110 11010111 1111100 11110 0 101010 10000 1100111 110101 1000010

Color Harmonies of #96D77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D77C

Black with #96D77C

Text Example


Text Example

White with #96D77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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