Html Css Color HEX #96C977 Gossip

📋 copy color: '#96C977'

red 150 ◦ green 201 ◦ blue 119

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

Shades of Gossip #96C977

Tints of Gossip #96C977

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.77%

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

R = 31.91%
G = 42.77%
B = 25.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#96C977 (or 0x96C977) is known color: Gossip. HEX triplet: 96, C9 and 77. RGB value is (150,201,119). Sum of RGB (Red+Green+Blue) = 150+201+119=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #96C977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C977 is #693688. Grayscale: #B0B0B0. Windows color (decimal): -6895241 or 7850390. OLE color: 7850390.

HSL color Cylindrical-coordinate representation of color #96C977: hue angle of 97.32º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96C977 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 201 119 -
CMYK 0.25 0 0.41 0.21
HSL 97.32º 0.43% 0.63% -
HSV(B) 97.32º 0.41% 0.79% -
XYZ 36.79 49.59 25.09 -
YUV 176.4 95.6 109.17 -
System Red Green Blue C M Y K H S L
Decimal 150 201 119 0.25 0 0.41 0.21 97.32 0.43 0.63
Hex 96 C9 77 19 0 29 15 61 2B 3F
Octal 226 311 167 31 0 51 25 141 53 77
Binary 10010110 11001001 1110111 11001 0 101001 10101 1100001 101011 111111

Color Harmonies of #96C977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C977

Black with #96C977

Text Example


Text Example

White with #96C977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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