Html Css Color HEX #96DC82 Gossip

📋 copy color: '#96DC82'

red 150 ◦ green 220 ◦ blue 130

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

Shades of Gossip #96DC82

Tints of Gossip #96DC82

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44%

 BLUE value IS 130 (51.17% from 255) = 26%

R = 30%
G = 44%
B = 26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#96DC82 (or 0x96DC82) is known color: Gossip. HEX triplet: 96, DC and 82. RGB value is (150,220,130). Sum of RGB (Red+Green+Blue) = 150+220+130=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DC82 is #69237D. Grayscale: #BDBDBD. Windows color (decimal): -6890366 or 8576150. OLE color: 8576150.

HSL color Cylindrical-coordinate representation of color #96DC82: hue angle of 106.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96DC82 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 220 130 -
CMYK 0.32 0 0.41 0.14
HSL 106.67º 0.56% 0.69% -
HSV(B) 106.67º 0.41% 0.86% -
XYZ 42.2 59.28 30.34 -
YUV 188.81 94.81 100.32 -
System Red Green Blue C M Y K H S L
Decimal 150 220 130 0.32 0 0.41 0.14 106.67 0.56 0.69
Hex 96 DC 82 20 0 29 E 6B 38 45
Octal 226 334 202 40 0 51 16 153 70 105
Binary 10010110 11011100 10000010 100000 0 101001 1110 1101011 111000 1000101

Color Harmonies of #96DC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DC82

Black with #96DC82

Text Example


Text Example

White with #96DC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,220,130); }

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

background-color css

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

 a { background-color: rgb(150,220,130); }

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

border-color css

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

 span { border-color: rgb(150,220,130); }

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