#9BDA87

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

Shades of Gossip #9BDA87

Tints of Gossip #9BDA87

Color information

#9BDA87 (or 0x9BDA87) is unknown color: approx Gossip. HEX triplet: 9B, DA and 87. RGB value is (155,218,135). Sum of RGB (Red+Green+Blue) = 155+218+135=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDA87 is #642578. Grayscale: #BDBDBD. Windows color (decimal): -6563193 or 8903323. OLE color: 8903323.

HSL color Cylindrical-coordinate representation of color #9BDA87: hue angle of 105.54º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BDA87 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB155218135-
CMYK0.2900.380.15
HSL105.54º52.87%69.22%-
HSV(B)105.54º38.07%85.49%-
XYZ42.9658.8632.02-
YUV189.797.13103.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.51%
GREEN value IS 218 (85.55% from 255) = 42.91%
BLUE value IS 135 (53.12% from 255) = 26.57%
R=30.51%
G=42.91%
B=26.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552181350.2900.380.15105.5452.8769.22
Hex9BDA871D026F6a3545
Octal233332207350461715265105
Binary100110111101101010000111111010100110111111010101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,218,135); }

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

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

 a { background-color: rgb(155,218,135); }

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

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

 span { border-color: rgb(155,218,135); }

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