Html Css Color HEX #96E174 Gossip

📋 copy color: '#96E174'

red 150 ◦ green 225 ◦ blue 116

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

Shades of Gossip #96E174

Tints of Gossip #96E174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.63%

R = 30.55%
G = 45.82%
B = 23.63%

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

#96E174 (or 0x96E174) is known color: Gossip. HEX triplet: 96, E1 and 74. RGB value is (150,225,116). Sum of RGB (Red+Green+Blue) = 150+225+116=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #96E174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E174 is #691E8B. Grayscale: #BEBEBE. Windows color (decimal): -6889100 or 7659926. OLE color: 7659926.

HSL color Cylindrical-coordinate representation of color #96E174: hue angle of 101.28º 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 #96E174 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 225 116 -
CMYK 0.33 0 0.48 0.12
HSL 101.28º 0.64% 0.67% -
HSV(B) 101.28º 0.48% 0.88% -
XYZ 42.66 61.6 26.16 -
YUV 190.15 86.15 99.36 -
System Red Green Blue C M Y K H S L
Decimal 150 225 116 0.33 0 0.48 0.12 101.28 0.64 0.67
Hex 96 E1 74 21 0 30 C 65 40 43
Octal 226 341 164 41 0 60 14 145 100 103
Binary 10010110 11100001 1110100 100001 0 110000 1100 1100101 1000000 1000011

Color Harmonies of #96E174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E174

Black with #96E174

Text Example


Text Example

White with #96E174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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