Html Css Color HEX #9BDD7C Gossip

📋 copy color: '#9BDD7C'

red 155 ◦ green 221 ◦ blue 124

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

Shades of Gossip #9BDD7C

Tints of Gossip #9BDD7C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.2%

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

R = 31%
G = 44.2%
B = 24.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#9BDD7C (or 0x9BDD7C) is known color: Gossip. HEX triplet: 9B, DD and 7C. RGB value is (155,221,124). Sum of RGB (Red+Green+Blue) = 155+221+124=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDD7C is #642283. Grayscale: #BEBEBE. Windows color (decimal): -6562436 or 8183195. OLE color: 8183195.

HSL color Cylindrical-coordinate representation of color #9BDD7C: hue angle of 100.82º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BDD7C is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 221 124 -
CMYK 0.30 0 0.44 0.13
HSL 100.82º 0.59% 0.68% -
HSV(B) 100.82º 0.44% 0.87% -
XYZ 43.01 60.14 28.41 -
YUV 190.21 90.63 102.89 -
System Red Green Blue C M Y K H S L
Decimal 155 221 124 0.30 0 0.44 0.13 100.82 0.59 0.68
Hex 9B DD 7C 1E 0 2C D 65 3B 44
Octal 233 335 174 36 0 54 15 145 73 104
Binary 10011011 11011101 1111100 11110 0 101100 1101 1100101 111011 1000100

Color Harmonies of #9BDD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDD7C

Black with #9BDD7C

Text Example


Text Example

White with #9BDD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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