#9BD985

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

Shades of Gossip #9BD985

Tints of Gossip #9BD985

Color information

#9BD985 (or 0x9BD985) is unknown color: approx Gossip. HEX triplet: 9B, D9 and 85. RGB value is (155,217,133). Sum of RGB (Red+Green+Blue) = 155+217+133=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD985 is #64267A. Grayscale: #BDBDBD. Windows color (decimal): -6563451 or 8771995. OLE color: 8771995.

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

Color convert

RGB155217133-
CMYK0.2900.390.15
HSL104.29º52.5%68.63%-
HSV(B)104.29º38.71%85.1%-
XYZ42.5658.2931.2-
YUV188.8996.46103.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.69%
GREEN value IS 217 (85.16% from 255) = 42.97%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=30.69%
G=42.97%
B=26.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552171330.2900.390.15104.2952.568.63
Hex9BD9851D027F683545
Octal233331205350471715065105
Binary100110111101100110000101111010100111111111010001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,217,133); }

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

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

 a { background-color: rgb(155,217,133); }

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

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

 span { border-color: rgb(155,217,133); }

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