Html Css Color HEX #96C685 Gossip

📋 copy color: '#96C685'

red 150 ◦ green 198 ◦ blue 133

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

Shades of Gossip #96C685

Tints of Gossip #96C685

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.16%

 BLUE value IS 133 (52.34% from 255) = 27.65%

R = 31.19%
G = 41.16%
B = 27.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#96C685 (or 0x96C685) is known color: Gossip. HEX triplet: 96, C6 and 85. RGB value is (150,198,133). Sum of RGB (Red+Green+Blue) = 150+198+133=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #96C685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C685 is #69397A. Grayscale: #B0B0B0. Windows color (decimal): -6895995 or 8767126. OLE color: 8767126.

HSL color Cylindrical-coordinate representation of color #96C685: hue angle of 104.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96C685 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 198 133 -
CMYK 0.24 0 0.33 0.22
HSL 104.31º 0.36% 0.65% -
HSV(B) 104.31º 0.33% 0.78% -
XYZ 37.01 48.57 29.61 -
YUV 176.24 103.6 109.29 -
System Red Green Blue C M Y K H S L
Decimal 150 198 133 0.24 0 0.33 0.22 104.31 0.36 0.65
Hex 96 C6 85 18 0 21 16 68 24 41
Octal 226 306 205 30 0 41 26 150 44 101
Binary 10010110 11000110 10000101 11000 0 100001 10110 1101000 100100 1000001

Color Harmonies of #96C685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C685

Black with #96C685

Text Example


Text Example

White with #96C685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,198,133); }

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

background-color css

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

 a { background-color: rgb(150,198,133); }

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

border-color css

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

 span { border-color: rgb(150,198,133); }

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