Html Css Color HEX #9DC685 Gossip

📋 copy color: '#9DC685'

red 157 ◦ green 198 ◦ blue 133

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

Shades of Gossip #9DC685

Tints of Gossip #9DC685

RGB

 RED value IS 157 (61.72% from 255) = 32.17%

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

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

R = 32.17%
G = 40.57%
B = 27.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#9DC685 (or 0x9DC685) is known color: Gossip. HEX triplet: 9D, C6 and 85. RGB value is (157,198,133). Sum of RGB (Red+Green+Blue) = 157+198+133=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC685 is #62397A. Grayscale: #B2B2B2. Windows color (decimal): -6437243 or 8767133. OLE color: 8767133.

HSL color Cylindrical-coordinate representation of color #9DC685: hue angle of 97.85º 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 #9DC685 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 157 198 133 -
CMYK 0.21 0 0.33 0.22
HSL 97.85º 0.36% 0.65% -
HSV(B) 97.85º 0.33% 0.78% -
XYZ 38.33 49.25 29.68 -
YUV 178.33 102.42 112.79 -
System Red Green Blue C M Y K H S L
Decimal 157 198 133 0.21 0 0.33 0.22 97.85 0.36 0.65
Hex 9D C6 85 15 0 21 16 62 24 41
Octal 235 306 205 25 0 41 26 142 44 101
Binary 10011101 11000110 10000101 10101 0 100001 10110 1100010 100100 1000001

Color Harmonies of #9DC685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC685

Black with #9DC685

Text Example


Text Example

White with #9DC685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DC685; }

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

 H1.HeaderClassName
 {
   color: #9DC685;
 }
 .AnyTagClassName
 {
   color: #9DC685;
 }
</style>

background-color css

<style>
 a { background-color: #9DC685; }

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

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

border-color css

<style>
 span { border-color: #9DC685; }

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

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