#9DCB8D

Color #9DCB8D Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #9DCB8D

Tints of Gossip #9DCB8D

Color information

#9DCB8D (or 0x9DCB8D) is unknown color: approx Gossip. HEX triplet: 9D, CB and 8D. RGB value is (157,203,141). Sum of RGB (Red+Green+Blue) = 157+203+141=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCB8D is #623472. Grayscale: #B6B6B6. Windows color (decimal): -6435955 or 9292701. OLE color: 9292701.

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

Color convert

RGB157203141-
CMYK0.2300.310.20
HSL104.52º37.35%67.45%-
HSV(B)104.52º30.54%79.61%-
XYZ40.0751.833.09-
YUV182.18104.76110.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.34%
GREEN value IS 203 (79.69% from 255) = 40.52%
BLUE value IS 141 (55.47% from 255) = 28.14%
R=31.34%
G=40.52%
B=28.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572031410.2300.310.20104.5237.3567.45
Hex9DCB8D1701F14692543
Octal235313215270372415145103
Binary100111011100101110001101101110111111010011010011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,203,141); }

 H1.HeaderClassName
 {
   color: #9DCB8D;
 }
 .AnyTagClassName
 {
   color: #9DCB8D;
 }
</style>
background-color css

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

 a { background-color: rgb(157,203,141); }

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

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

 span { border-color: rgb(157,203,141); }

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