#9BD583

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

Shades of Gossip #9BD583

Tints of Gossip #9BD583

Color information

#9BD583 (or 0x9BD583) is unknown color: approx Gossip. HEX triplet: 9B, D5 and 83. RGB value is (155,213,131). Sum of RGB (Red+Green+Blue) = 155+213+131=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD583 is #642A7C. Grayscale: #BABABA. Windows color (decimal): -6564477 or 8639899. OLE color: 8639899.

HSL color Cylindrical-coordinate representation of color #9BD583: hue angle of 102.44º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BD583 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB155213131-
CMYK0.2700.380.16
HSL102.44º49.4%67.45%-
HSV(B)102.44º38.5%83.53%-
XYZ41.4156.230.14-
YUV186.3196.78105.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.06%
GREEN value IS 213 (83.59% from 255) = 42.69%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=31.06%
G=42.69%
B=26.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552131310.2700.380.16102.4449.467.45
Hex9BD5831B02610663143
Octal233325203330462014661103
Binary1001101111010101100000111101101001101000011001101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,213,131); }

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

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

 a { background-color: rgb(155,213,131); }

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

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

 span { border-color: rgb(155,213,131); }

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