Html Css Color HEX #96E177 Gossip

📋 copy color: '#96E177'

red 150 ◦ green 225 ◦ blue 119

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

Shades of Gossip #96E177

Tints of Gossip #96E177

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.55%

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

R = 30.36%
G = 45.55%
B = 24.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#96E177 (or 0x96E177) is known color: Gossip. HEX triplet: 96, E1 and 77. RGB value is (150,225,119). Sum of RGB (Red+Green+Blue) = 150+225+119=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #96E177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E177 is #691E88. Grayscale: #BEBEBE. Windows color (decimal): -6889097 or 7856534. OLE color: 7856534.

HSL color Cylindrical-coordinate representation of color #96E177: hue angle of 102.45º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96E177 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 225 119 -
CMYK 0.33 0 0.47 0.12
HSL 102.45º 0.64% 0.67% -
HSV(B) 102.45º 0.47% 0.88% -
XYZ 42.83 61.67 27.1 -
YUV 190.49 87.65 99.12 -
System Red Green Blue C M Y K H S L
Decimal 150 225 119 0.33 0 0.47 0.12 102.45 0.64 0.67
Hex 96 E1 77 21 0 2F C 66 40 43
Octal 226 341 167 41 0 57 14 146 100 103
Binary 10010110 11100001 1110111 100001 0 101111 1100 1100110 1000000 1000011

Color Harmonies of #96E177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E177

Black with #96E177

Text Example


Text Example

White with #96E177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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