#9BD18D

Color #9BD18D Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #9BD18D

Tints of Gossip #9BD18D

Color information

#9BD18D (or 0x9BD18D) is unknown color: approx 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

RGB155209141-
CMYK0.2600.330.18
HSL107.65º42.5%68.63%-
HSV(B)107.65º32.54%81.96%-
XYZ41.1354.4933.55-
YUV185.1103.11106.53-

RGB Variations

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

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 (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552091410.2600.330.18107.6542.568.63
Hex9BD18D1A021126c2a45
Octal233321215320412215452105
Binary1001101111010001100011011101001000011001011011001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>