Html Css Color HEX #9DC28C Gossip

📋 copy color: '#9DC28C'

red 157 ◦ green 194 ◦ blue 140

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

Shades of Gossip #9DC28C

Tints of Gossip #9DC28C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.51%

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

R = 31.98%
G = 39.51%
B = 28.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#9DC28C (or 0x9DC28C) is known color: Gossip. HEX triplet: 9D, C2 and 8C. RGB value is (157,194,140). Sum of RGB (Red+Green+Blue) = 157+194+140=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC28C is #623D73. Grayscale: #B0B0B0. Windows color (decimal): -6438260 or 9224861. OLE color: 9224861.

HSL color Cylindrical-coordinate representation of color #9DC28C: hue angle of 101.11º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DC28C is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 194 140 -
CMYK 0.19 0 0.28 0.24
HSL 101.11º 0.31% 0.65% -
HSV(B) 101.11º 0.28% 0.76% -
XYZ 37.93 47.65 32.01 -
YUV 176.78 107.24 113.89 -
System Red Green Blue C M Y K H S L
Decimal 157 194 140 0.19 0 0.28 0.24 101.11 0.31 0.65
Hex 9D C2 8C 13 0 1C 18 65 1F 41
Octal 235 302 214 23 0 34 30 145 37 101
Binary 10011101 11000010 10001100 10011 0 11100 11000 1100101 11111 1000001

Color Harmonies of #9DC28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC28C

Black with #9DC28C

Text Example


Text Example

White with #9DC28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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