Html Css Color HEX #9BDC7C Gossip

📋 copy color: '#9BDC7C'

red 155 ◦ green 220 ◦ blue 124

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

Shades of Gossip #9BDC7C

Tints of Gossip #9BDC7C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.09%

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

R = 31.06%
G = 44.09%
B = 24.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#9BDC7C (or 0x9BDC7C) is known color: Gossip. HEX triplet: 9B, DC and 7C. RGB value is (155,220,124). Sum of RGB (Red+Green+Blue) = 155+220+124=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC7C is #642383. Grayscale: #BDBDBD. Windows color (decimal): -6562692 or 8182939. OLE color: 8182939.

HSL color Cylindrical-coordinate representation of color #9BDC7C: hue angle of 100.62º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BDC7C is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 220 124 -
CMYK 0.30 0 0.44 0.14
HSL 100.63º 0.58% 0.67% -
HSV(B) 100.63º 0.44% 0.86% -
XYZ 42.75 59.61 28.32 -
YUV 189.62 90.97 103.31 -
System Red Green Blue C M Y K H S L
Decimal 155 220 124 0.30 0 0.44 0.14 100.63 0.58 0.67
Hex 9B DC 7C 1E 0 2C E 65 3A 43
Octal 233 334 174 36 0 54 16 145 72 103
Binary 10011011 11011100 1111100 11110 0 101100 1110 1100101 111010 1000011

Color Harmonies of #9BDC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDC7C

Black with #9BDC7C

Text Example


Text Example

White with #9BDC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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