Html Css Color HEX #96D681 Gossip

📋 copy color: '#96D681'

red 150 ◦ green 214 ◦ blue 129

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

Shades of Gossip #96D681

Tints of Gossip #96D681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.17%

R = 30.43%
G = 43.41%
B = 26.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#96D681 (or 0x96D681) is known color: Gossip. HEX triplet: 96, D6 and 81. RGB value is (150,214,129). Sum of RGB (Red+Green+Blue) = 150+214+129=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #96D681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D681 is #69297E. Grayscale: #B9B9B9. Windows color (decimal): -6891903 or 8509078. OLE color: 8509078.

HSL color Cylindrical-coordinate representation of color #96D681: hue angle of 105.18º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96D681 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 214 129 -
CMYK 0.30 0 0.40 0.16
HSL 105.18º 0.51% 0.67% -
HSV(B) 105.18º 0.4% 0.84% -
XYZ 40.59 56.16 29.47 -
YUV 185.17 96.3 102.91 -
System Red Green Blue C M Y K H S L
Decimal 150 214 129 0.30 0 0.40 0.16 105.18 0.51 0.67
Hex 96 D6 81 1E 0 28 10 69 33 43
Octal 226 326 201 36 0 50 20 151 63 103
Binary 10010110 11010110 10000001 11110 0 101000 10000 1101001 110011 1000011

Color Harmonies of #96D681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D681

Black with #96D681

Text Example


Text Example

White with #96D681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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