Html Css Color HEX #96D677 Gossip

📋 copy color: '#96D677'

red 150 ◦ green 214 ◦ blue 119

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

Shades of Gossip #96D677

Tints of Gossip #96D677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.64%

R = 31.06%
G = 44.31%
B = 24.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#96D677 (or 0x96D677) is known color: Gossip. HEX triplet: 96, D6 and 77. RGB value is (150,214,119). Sum of RGB (Red+Green+Blue) = 150+214+119=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #96D677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D677 is #692988. Grayscale: #B8B8B8. Windows color (decimal): -6891913 or 7853718. OLE color: 7853718.

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

Color convert

RGB 150 214 119 -
CMYK 0.30 0 0.44 0.16
HSL 100.42º 0.54% 0.65% -
HSV(B) 100.42º 0.44% 0.84% -
XYZ 39.95 55.91 26.14 -
YUV 184.03 91.3 103.72 -
System Red Green Blue C M Y K H S L
Decimal 150 214 119 0.30 0 0.44 0.16 100.42 0.54 0.65
Hex 96 D6 77 1E 0 2C 10 64 36 41
Octal 226 326 167 36 0 54 20 144 66 101
Binary 10010110 11010110 1110111 11110 0 101100 10000 1100100 110110 1000001

Color Harmonies of #96D677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D677

Black with #96D677

Text Example


Text Example

White with #96D677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,214,119); }

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

background-color css

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

 a { background-color: rgb(150,214,119); }

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

border-color css

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

 span { border-color: rgb(150,214,119); }

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