Html Css Color HEX #96E173 Gossip

📋 copy color: '#96E173'

red 150 ◦ green 225 ◦ blue 115

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

Shades of Gossip #96E173

Tints of Gossip #96E173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.47%

R = 30.61%
G = 45.92%
B = 23.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#96E173 (or 0x96E173) is known color: Gossip. HEX triplet: 96, E1 and 73. RGB value is (150,225,115). Sum of RGB (Red+Green+Blue) = 150+225+115=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #96E173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E173 is #691E8C. Grayscale: #BEBEBE. Windows color (decimal): -6889101 or 7594390. OLE color: 7594390.

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

Color convert

RGB 150 225 115 -
CMYK 0.33 0 0.49 0.12
HSL 100.91º 0.65% 0.67% -
HSV(B) 100.91º 0.49% 0.88% -
XYZ 42.6 61.57 25.86 -
YUV 190.04 85.65 99.44 -
System Red Green Blue C M Y K H S L
Decimal 150 225 115 0.33 0 0.49 0.12 100.91 0.65 0.67
Hex 96 E1 73 21 0 31 C 65 41 43
Octal 226 341 163 41 0 61 14 145 101 103
Binary 10010110 11100001 1110011 100001 0 110001 1100 1100101 1000001 1000011

Color Harmonies of #96E173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E173

Black with #96E173

Text Example


Text Example

White with #96E173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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