Html Css Color HEX #96E86C Gossip

📋 copy color: '#96E86C'

red 150 ◦ green 232 ◦ blue 108

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

Shades of Gossip #96E86C

Tints of Gossip #96E86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.04%

R = 30.61%
G = 47.35%
B = 22.04%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#96E86C (or 0x96E86C) is known color: Gossip. HEX triplet: 96, E8 and 6C. RGB value is (150,232,108). Sum of RGB (Red+Green+Blue) = 150+232+108=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 232 - color contains mainly: green. Hex color #96E86C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E86C is #691793. Grayscale: #C1C1C1. Windows color (decimal): -6887316 or 7137430. OLE color: 7137430.

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

Color convert

RGB 150 232 108 -
CMYK 0.35 0 0.53 0.09
HSL 99.68º 0.73% 0.67% -
HSV(B) 99.68º 0.53% 0.91% -
XYZ 44.14 65.28 24.46 -
YUV 193.35 79.83 97.08 -
System Red Green Blue C M Y K H S L
Decimal 150 232 108 0.35 0 0.53 0.09 99.68 0.73 0.67
Hex 96 E8 6C 23 0 35 9 64 49 43
Octal 226 350 154 43 0 65 11 144 111 103
Binary 10010110 11101000 1101100 100011 0 110101 1001 1100100 1001001 1000011

Color Harmonies of #96E86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E86C

Black with #96E86C

Text Example


Text Example

White with #96E86C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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