Html Css Color HEX #96E165 Gossip

📋 copy color: '#96E165'

red 150 ◦ green 225 ◦ blue 101

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

Shades of Gossip #96E165

Tints of Gossip #96E165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.22%

R = 31.51%
G = 47.27%
B = 21.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#96E165 (or 0x96E165) is known color: Gossip. HEX triplet: 96, E1 and 65. RGB value is (150,225,101). Sum of RGB (Red+Green+Blue) = 150+225+101=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #96E165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E165 is #691E9A. Grayscale: #BCBCBC. Windows color (decimal): -6889115 or 6676886. OLE color: 6676886.

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

Color convert

RGB 150 225 101 -
CMYK 0.33 0 0.55 0.12
HSL 96.29º 0.67% 0.64% -
HSV(B) 96.29º 0.55% 0.88% -
XYZ 41.85 61.27 21.93 -
YUV 188.44 78.65 100.58 -
System Red Green Blue C M Y K H S L
Decimal 150 225 101 0.33 0 0.55 0.12 96.29 0.67 0.64
Hex 96 E1 65 21 0 37 C 60 43 40
Octal 226 341 145 41 0 67 14 140 103 100
Binary 10010110 11100001 1100101 100001 0 110111 1100 1100000 1000011 1000000

Color Harmonies of #96E165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E165

Black with #96E165

Text Example


Text Example

White with #96E165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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