Html Css Color HEX #96D688 Gossip

📋 copy color: '#96D688'

red 150 ◦ green 214 ◦ blue 136

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

Shades of Gossip #96D688

Tints of Gossip #96D688

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.8%

 BLUE value IS 136 (53.52% from 255) = 27.2%

R = 30%
G = 42.8%
B = 27.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#96D688 (or 0x96D688) is known color: Gossip. HEX triplet: 96, D6 and 88. RGB value is (150,214,136). Sum of RGB (Red+Green+Blue) = 150+214+136=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #96D688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D688 is #692977. Grayscale: #BABABA. Windows color (decimal): -6891896 or 8967830. OLE color: 8967830.

HSL color Cylindrical-coordinate representation of color #96D688: hue angle of 109.23º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96D688 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 214 136 -
CMYK 0.30 0 0.36 0.16
HSL 109.23º 0.49% 0.69% -
HSV(B) 109.23º 0.36% 0.84% -
XYZ 41.07 56.35 32.01 -
YUV 185.97 99.8 102.34 -
System Red Green Blue C M Y K H S L
Decimal 150 214 136 0.30 0 0.36 0.16 109.23 0.49 0.69
Hex 96 D6 88 1E 0 24 10 6D 31 45
Octal 226 326 210 36 0 44 20 155 61 105
Binary 10010110 11010110 10001000 11110 0 100100 10000 1101101 110001 1000101

Color Harmonies of #96D688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D688

Black with #96D688

Text Example


Text Example

White with #96D688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,214,136); }

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

background-color css

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

 a { background-color: rgb(150,214,136); }

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

border-color css

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

 span { border-color: rgb(150,214,136); }

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