Html Css Color HEX #96E176 Gossip

📋 copy color: '#96E176'

red 150 ◦ green 225 ◦ blue 118

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

Shades of Gossip #96E176

Tints of Gossip #96E176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.94%

R = 30.43%
G = 45.64%
B = 23.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#96E176 (or 0x96E176) is known color: Gossip. HEX triplet: 96, E1 and 76. RGB value is (150,225,118). Sum of RGB (Red+Green+Blue) = 150+225+118=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #96E176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E176 is #691E89. Grayscale: #BEBEBE. Windows color (decimal): -6889098 or 7790998. OLE color: 7790998.

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

Color convert

RGB 150 225 118 -
CMYK 0.33 0 0.48 0.12
HSL 102.06º 0.64% 0.67% -
HSV(B) 102.06º 0.48% 0.88% -
XYZ 42.77 61.64 26.78 -
YUV 190.38 87.15 99.2 -
System Red Green Blue C M Y K H S L
Decimal 150 225 118 0.33 0 0.48 0.12 102.06 0.64 0.67
Hex 96 E1 76 21 0 30 C 66 40 43
Octal 226 341 166 41 0 60 14 146 100 103
Binary 10010110 11100001 1110110 100001 0 110000 1100 1100110 1000000 1000011

Color Harmonies of #96E176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E176

Black with #96E176

Text Example


Text Example

White with #96E176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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