#9BD18A

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

Shades of Gossip #9BD18A

Tints of Gossip #9BD18A

Color information

#9BD18A (or 0x9BD18A) is unknown color: approx Gossip. HEX triplet: 9B, D1 and 8A. RGB value is (155,209,138). Sum of RGB (Red+Green+Blue) = 155+209+138=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD18A is #642E75. Grayscale: #B8B8B8. Windows color (decimal): -6565494 or 9097627. OLE color: 9097627.

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

Color convert

RGB155209138-
CMYK0.2600.340.18
HSL105.63º43.56%68.04%-
HSV(B)105.63º33.97%81.96%-
XYZ40.9154.432.39-
YUV184.76101.61106.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.88%
GREEN value IS 209 (82.03% from 255) = 41.63%
BLUE value IS 138 (54.30% from 255) = 27.49%
R=30.88%
G=41.63%
B=27.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552091380.2600.340.18105.6343.5668.04
Hex9BD18A1A022126a2c44
Octal233321212320422215254104
Binary1001101111010001100010101101001000101001011010101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BD18A;
 }
 .AnyTagClassName
 {
   color: #9BD18A;
 }
</style>
background-color css

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

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

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

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

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

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