Html Css Color HEX #9DCC8B Gossip

📋 copy color: '#9DCC8B'

red 157 ◦ green 204 ◦ blue 139

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

Shades of Gossip #9DCC8B

Tints of Gossip #9DCC8B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.8%

 BLUE value IS 139 (54.69% from 255) = 27.8%

R = 31.4%
G = 40.8%
B = 27.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#9DCC8B (or 0x9DCC8B) is known color: Gossip. HEX triplet: 9D, CC and 8B. RGB value is (157,204,139). Sum of RGB (Red+Green+Blue) = 157+204+139=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCC8B is #623374. Grayscale: #B6B6B6. Windows color (decimal): -6435701 or 9161885. OLE color: 9161885.

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

Color convert

RGB 157 204 139 -
CMYK 0.23 0 0.32 0.2
HSL 103.38º 0.39% 0.67% -
HSV(B) 103.38º 0.32% 0.8% -
XYZ 40.16 52.22 32.39 -
YUV 182.54 103.43 109.79 -
System Red Green Blue C M Y K H S L
Decimal 157 204 139 0.23 0 0.32 0.2 103.38 0.39 0.67
Hex 9D CC 8B 17 0 20 14 67 27 43
Octal 235 314 213 27 0 40 24 147 47 103
Binary 10011101 11001100 10001011 10111 0 100000 10100 1100111 100111 1000011

Color Harmonies of #9DCC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCC8B

Black with #9DCC8B

Text Example


Text Example

White with #9DCC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,204,139); }

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

background-color css

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

 a { background-color: rgb(157,204,139); }

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

border-color css

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

 span { border-color: rgb(157,204,139); }

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