Html Css Color HEX #96D97A Gossip

📋 copy color: '#96D97A'

red 150 ◦ green 217 ◦ blue 122

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

Shades of Gossip #96D97A

Tints of Gossip #96D97A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.38%

 BLUE value IS 122 (48.05% from 255) = 24.95%

R = 30.67%
G = 44.38%
B = 24.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#96D97A (or 0x96D97A) is known color: Gossip. HEX triplet: 96, D9 and 7A. RGB value is (150,217,122). Sum of RGB (Red+Green+Blue) = 150+217+122=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #96D97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D97A is #692685. Grayscale: #BABABA. Windows color (decimal): -6891142 or 8051094. OLE color: 8051094.

HSL color Cylindrical-coordinate representation of color #96D97A: hue angle of 102.32º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96D97A is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 217 122 -
CMYK 0.31 0 0.44 0.15
HSL 102.32º 0.56% 0.66% -
HSV(B) 102.32º 0.44% 0.85% -
XYZ 40.9 57.51 27.36 -
YUV 186.14 91.8 102.22 -
System Red Green Blue C M Y K H S L
Decimal 150 217 122 0.31 0 0.44 0.15 102.32 0.56 0.66
Hex 96 D9 7A 1F 0 2C F 66 38 42
Octal 226 331 172 37 0 54 17 146 70 102
Binary 10010110 11011001 1111010 11111 0 101100 1111 1100110 111000 1000010

Color Harmonies of #96D97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D97A

Black with #96D97A

Text Example


Text Example

White with #96D97A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,217,122); }

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

background-color css

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

 a { background-color: rgb(150,217,122); }

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

border-color css

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

 span { border-color: rgb(150,217,122); }

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