Html Css Color HEX #9CC98D Gossip

📋 copy color: '#9CC98D'

red 156 ◦ green 201 ◦ blue 141

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

Shades of Gossip #9CC98D

Tints of Gossip #9CC98D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.36%

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

R = 31.33%
G = 40.36%
B = 28.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#9CC98D (or 0x9CC98D) is known color: Gossip. HEX triplet: 9C, C9 and 8D. RGB value is (156,201,141). Sum of RGB (Red+Green+Blue) = 156+201+141=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #9CC98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC98D is #633672. Grayscale: #B4B4B4. Windows color (decimal): -6502003 or 9292188. OLE color: 9292188.

HSL color Cylindrical-coordinate representation of color #9CC98D: hue angle of 105º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CC98D is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 201 141 -
CMYK 0.22 0 0.30 0.21
HSL 105º 0.36% 0.67% -
HSV(B) 105º 0.3% 0.79% -
XYZ 39.4 50.76 32.92 -
YUV 180.71 105.59 110.38 -
System Red Green Blue C M Y K H S L
Decimal 156 201 141 0.22 0 0.30 0.21 105 0.36 0.67
Hex 9C C9 8D 16 0 1E 15 69 24 43
Octal 234 311 215 26 0 36 25 151 44 103
Binary 10011100 11001001 10001101 10110 0 11110 10101 1101001 100100 1000011

Color Harmonies of #9CC98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC98D

Black with #9CC98D

Text Example


Text Example

White with #9CC98D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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