Html Css Color HEX #96E876 Gossip

📋 copy color: '#96E876'

red 150 ◦ green 232 ◦ blue 118

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

Shades of Gossip #96E876

Tints of Gossip #96E876

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.4%

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

R = 30%
G = 46.4%
B = 23.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#96E876 (or 0x96E876) is known color: Gossip. HEX triplet: 96, E8 and 76. RGB value is (150,232,118). Sum of RGB (Red+Green+Blue) = 150+232+118=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 232 - color contains mainly: green. Hex color #96E876 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E876 is #691789. Grayscale: #C2C2C2. Windows color (decimal): -6887306 or 7792790. OLE color: 7792790.

HSL color Cylindrical-coordinate representation of color #96E876: hue angle of 103.16º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96E876 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 232 118 -
CMYK 0.35 0 0.49 0.09
HSL 103.16º 0.71% 0.69% -
HSV(B) 103.16º 0.49% 0.91% -
XYZ 44.7 65.51 27.43 -
YUV 194.49 84.83 96.27 -
System Red Green Blue C M Y K H S L
Decimal 150 232 118 0.35 0 0.49 0.09 103.16 0.71 0.69
Hex 96 E8 76 23 0 31 9 67 47 45
Octal 226 350 166 43 0 61 11 147 107 105
Binary 10010110 11101000 1110110 100011 0 110001 1001 1100111 1000111 1000101

Color Harmonies of #96E876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E876

Black with #96E876

Text Example


Text Example

White with #96E876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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