Html Css Color HEX #9CCD8D Gossip

📋 copy color: '#9CCD8D'

red 156 ◦ green 205 ◦ blue 141

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

Shades of Gossip #9CCD8D

Tints of Gossip #9CCD8D

RGB

 RED value IS 156 (61.33% from 255) = 31.08%

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

 BLUE value IS 141 (55.47% from 255) = 28.09%

R = 31.08%
G = 40.84%
B = 28.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#9CCD8D (or 0x9CCD8D) is known color: Gossip. HEX triplet: 9C, CD and 8D. RGB value is (156,205,141). Sum of RGB (Red+Green+Blue) = 156+205+141=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCD8D is #633272. Grayscale: #B7B7B7. Windows color (decimal): -6500979 or 9293212. OLE color: 9293212.

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

Color convert

RGB 156 205 141 -
CMYK 0.24 0 0.31 0.20
HSL 105.94º 0.39% 0.68% -
HSV(B) 105.94º 0.31% 0.8% -
XYZ 40.35 52.65 33.24 -
YUV 183.05 104.27 108.7 -
System Red Green Blue C M Y K H S L
Decimal 156 205 141 0.24 0 0.31 0.20 105.94 0.39 0.68
Hex 9C CD 8D 18 0 1F 14 6A 27 44
Octal 234 315 215 30 0 37 24 152 47 104
Binary 10011100 11001101 10001101 11000 0 11111 10100 1101010 100111 1000100

Color Harmonies of #9CCD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCD8D

Black with #9CCD8D

Text Example


Text Example

White with #9CCD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,205,141); }

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

background-color css

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

 a { background-color: rgb(156,205,141); }

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

border-color css

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

 span { border-color: rgb(156,205,141); }

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