Html Css Color HEX #96D86D Gossip

📋 copy color: '#96D86D'

red 150 ◦ green 216 ◦ blue 109

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

Shades of Gossip #96D86D

Tints of Gossip #96D86D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.47%

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

R = 31.58%
G = 45.47%
B = 22.95%

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

#96D86D (or 0x96D86D) is known color: Gossip. HEX triplet: 96, D8 and 6D. RGB value is (150,216,109). Sum of RGB (Red+Green+Blue) = 150+216+109=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #96D86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D86D is #692792. Grayscale: #B8B8B8. Windows color (decimal): -6891411 or 7198870. OLE color: 7198870.

HSL color Cylindrical-coordinate representation of color #96D86D: hue angle of 97.01º degrees, saturation: 0.58, 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 #96D86D is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 216 109 -
CMYK 0.31 0 0.50 0.15
HSL 97.01º 0.58% 0.64% -
HSV(B) 97.01º 0.5% 0.85% -
XYZ 39.89 56.7 23.31 -
YUV 184.07 85.63 103.7 -
System Red Green Blue C M Y K H S L
Decimal 150 216 109 0.31 0 0.50 0.15 97.01 0.58 0.64
Hex 96 D8 6D 1F 0 32 F 61 3A 40
Octal 226 330 155 37 0 62 17 141 72 100
Binary 10010110 11011000 1101101 11111 0 110010 1111 1100001 111010 1000000

Color Harmonies of #96D86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D86D

Black with #96D86D

Text Example


Text Example

White with #96D86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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