Html Css Color HEX #9BD17C Gossip

📋 copy color: '#9BD17C'

red 155 ◦ green 209 ◦ blue 124

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

Shades of Gossip #9BD17C

Tints of Gossip #9BD17C

RGB

 RED value IS 155 (60.94% from 255) = 31.76%

 GREEN value IS 209 (82.03% from 255) = 42.83%

 BLUE value IS 124 (48.83% from 255) = 25.41%

R = 31.76%
G = 42.83%
B = 25.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#9BD17C (or 0x9BD17C) is known color: Gossip. HEX triplet: 9B, D1 and 7C. RGB value is (155,209,124). Sum of RGB (Red+Green+Blue) = 155+209+124=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD17C is #642E83. Grayscale: #B7B7B7. Windows color (decimal): -6565508 or 8180123. OLE color: 8180123.

HSL color Cylindrical-coordinate representation of color #9BD17C: hue angle of 98.12º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BD17C is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 209 124 -
CMYK 0.26 0 0.41 0.18
HSL 98.12º 0.48% 0.65% -
HSV(B) 98.12º 0.41% 0.82% -
XYZ 39.96 54.02 27.39 -
YUV 183.16 94.61 107.91 -
System Red Green Blue C M Y K H S L
Decimal 155 209 124 0.26 0 0.41 0.18 98.12 0.48 0.65
Hex 9B D1 7C 1A 0 29 12 62 30 41
Octal 233 321 174 32 0 51 22 142 60 101
Binary 10011011 11010001 1111100 11010 0 101001 10010 1100010 110000 1000001

Color Harmonies of #9BD17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD17C

Black with #9BD17C

Text Example


Text Example

White with #9BD17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,209,124); }

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

background-color css

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

 a { background-color: rgb(155,209,124); }

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

border-color css

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

 span { border-color: rgb(155,209,124); }

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