Html Css Color HEX #9DCD8C Gossip

📋 copy color: '#9DCD8C'

red 157 ◦ green 205 ◦ blue 140

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

Shades of Gossip #9DCD8C

Tints of Gossip #9DCD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.84%

 BLUE value IS 140 (55.08% from 255) = 27.89%

R = 31.27%
G = 40.84%
B = 27.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#9DCD8C (or 0x9DCD8C) is known color: Gossip. HEX triplet: 9D, CD and 8C. RGB value is (157,205,140). Sum of RGB (Red+Green+Blue) = 157+205+140=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCD8C is #623273. Grayscale: #B7B7B7. Windows color (decimal): -6435444 or 9227677. OLE color: 9227677.

HSL color Cylindrical-coordinate representation of color #9DCD8C: hue angle of 104.31º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DCD8C is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 205 140 -
CMYK 0.23 0 0.32 0.20
HSL 104.31º 0.39% 0.68% -
HSV(B) 104.31º 0.32% 0.8% -
XYZ 40.47 52.72 32.85 -
YUV 183.24 103.6 109.29 -
System Red Green Blue C M Y K H S L
Decimal 157 205 140 0.23 0 0.32 0.20 104.31 0.39 0.68
Hex 9D CD 8C 17 0 20 14 68 27 44
Octal 235 315 214 27 0 40 24 150 47 104
Binary 10011101 11001101 10001100 10111 0 100000 10100 1101000 100111 1000100

Color Harmonies of #9DCD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCD8C

Black with #9DCD8C

Text Example


Text Example

White with #9DCD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,205,140); }

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

background-color css

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

 a { background-color: rgb(157,205,140); }

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

border-color css

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

 span { border-color: rgb(157,205,140); }

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