#9BD688

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

Shades of Gossip #9BD688

Tints of Gossip #9BD688

Color information

#9BD688 (or 0x9BD688) is unknown color: approx Gossip. HEX triplet: 9B, D6 and 88. RGB value is (155,214,136). Sum of RGB (Red+Green+Blue) = 155+214+136=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD688 is #642977. Grayscale: #BBBBBB. Windows color (decimal): -6564216 or 8967835. OLE color: 8967835.

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

Color convert

RGB155214136-
CMYK0.2800.360.16
HSL105.38º48.75%68.63%-
HSV(B)105.38º36.45%83.92%-
XYZ42.0156.8432.05-
YUV187.4798.95104.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.69%
GREEN value IS 214 (83.98% from 255) = 42.38%
BLUE value IS 136 (53.52% from 255) = 26.93%
R=30.69%
G=42.38%
B=26.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552141360.2800.360.16105.3848.7568.63
Hex9BD6881C02410693145
Octal233326210340442015161105
Binary1001101111010110100010001110001001001000011010011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,214,136); }

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

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

 a { background-color: rgb(155,214,136); }

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

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

 span { border-color: rgb(155,214,136); }

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