Html Css Color HEX #9BD18D Gossip

📋 copy color: '#9BD18D'

red 155 ◦ green 209 ◦ blue 141

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

Shades of Gossip #9BD18D

Tints of Gossip #9BD18D

RGB

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

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

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

R = 30.69%
G = 41.39%
B = 27.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#9BD18D (or 0x9BD18D) is known color: Gossip. HEX triplet: 9B, D1 and 8D. RGB value is (155,209,141). Sum of RGB (Red+Green+Blue) = 155+209+141=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD18D is #642E72. Grayscale: #B9B9B9. Windows color (decimal): -6565491 or 9294235. OLE color: 9294235.

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

Color convert

RGB 155 209 141 -
CMYK 0.26 0 0.33 0.18
HSL 107.65º 0.43% 0.69% -
HSV(B) 107.65º 0.33% 0.82% -
XYZ 41.13 54.49 33.55 -
YUV 185.1 103.11 106.53 -
System Red Green Blue C M Y K H S L
Decimal 155 209 141 0.26 0 0.33 0.18 107.65 0.43 0.69
Hex 9B D1 8D 1A 0 21 12 6C 2A 45
Octal 233 321 215 32 0 41 22 154 52 105
Binary 10011011 11010001 10001101 11010 0 100001 10010 1101100 101010 1000101

Color Harmonies of #9BD18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD18D

Black with #9BD18D

Text Example


Text Example

White with #9BD18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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