Html Css Color HEX #96D06D Gossip

📋 copy color: '#96D06D'

red 150 ◦ green 208 ◦ blue 109

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

Shades of Gossip #96D06D

Tints of Gossip #96D06D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.54%

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

R = 32.12%
G = 44.54%
B = 23.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#96D06D (or 0x96D06D) is known color: Gossip. HEX triplet: 96, D0 and 6D. RGB value is (150,208,109). Sum of RGB (Red+Green+Blue) = 150+208+109=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #96D06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D06D is #692F92. Grayscale: #B3B3B3. Windows color (decimal): -6893459 or 7196822. OLE color: 7196822.

HSL color Cylindrical-coordinate representation of color #96D06D: hue angle of 95.15º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96D06D is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 109 -
CMYK 0.28 0 0.48 0.18
HSL 95.15º 0.51% 0.62% -
HSV(B) 95.15º 0.48% 0.82% -
XYZ 37.89 52.7 22.64 -
YUV 179.37 88.28 107.05 -
System Red Green Blue C M Y K H S L
Decimal 150 208 109 0.28 0 0.48 0.18 95.15 0.51 0.62
Hex 96 D0 6D 1C 0 30 12 5F 33 3E
Octal 226 320 155 34 0 60 22 137 63 76
Binary 10010110 11010000 1101101 11100 0 110000 10010 1011111 110011 111110

Color Harmonies of #96D06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D06D

Black with #96D06D

Text Example


Text Example

White with #96D06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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