Html Css Color HEX #96D96D Gossip

📋 copy color: '#96D96D'

red 150 ◦ green 217 ◦ blue 109

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

Shades of Gossip #96D96D

Tints of Gossip #96D96D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.59%

 BLUE value IS 109 (42.97% from 255) = 22.9%

R = 31.51%
G = 45.59%
B = 22.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#96D96D (or 0x96D96D) is known color: Gossip. HEX triplet: 96, D9 and 6D. RGB value is (150,217,109). Sum of RGB (Red+Green+Blue) = 150+217+109=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #96D96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D96D is #692692. Grayscale: #B9B9B9. Windows color (decimal): -6891155 or 7199126. OLE color: 7199126.

HSL color Cylindrical-coordinate representation of color #96D96D: hue angle of 97.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96D96D is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 217 109 -
CMYK 0.31 0 0.50 0.15
HSL 97.22º 0.59% 0.64% -
HSV(B) 97.22º 0.5% 0.85% -
XYZ 40.15 57.21 23.4 -
YUV 184.66 85.3 103.28 -
System Red Green Blue C M Y K H S L
Decimal 150 217 109 0.31 0 0.50 0.15 97.22 0.59 0.64
Hex 96 D9 6D 1F 0 32 F 61 3B 40
Octal 226 331 155 37 0 62 17 141 73 100
Binary 10010110 11011001 1101101 11111 0 110010 1111 1100001 111011 1000000

Color Harmonies of #96D96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D96D

Black with #96D96D

Text Example


Text Example

White with #96D96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,217,109); }

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

background-color css

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

 a { background-color: rgb(150,217,109); }

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

border-color css

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

 span { border-color: rgb(150,217,109); }

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