#9DDB88

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

Shades of Gossip #9DDB88

Tints of Gossip #9DDB88

Color information

#9DDB88 (or 0x9DDB88) is unknown color: approx Gossip. HEX triplet: 9D, DB and 88. RGB value is (157,219,136). Sum of RGB (Red+Green+Blue) = 157+219+136=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDB88 is #622477. Grayscale: #BFBFBF. Windows color (decimal): -6431864 or 8969117. OLE color: 8969117.

HSL color Cylindrical-coordinate representation of color #9DDB88: hue angle of 104.82º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DDB88 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB157219136-
CMYK0.2800.380.14
HSL104.82º53.55%69.61%-
HSV(B)104.82º37.9%85.88%-
XYZ43.6859.6132.5-
YUV19196.96103.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.66%
GREEN value IS 219 (85.94% from 255) = 42.77%
BLUE value IS 136 (53.52% from 255) = 26.56%
R=30.66%
G=42.77%
B=26.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572191360.2800.380.14104.8253.5569.61
Hex9DDB881C026E693646
Octal235333210340461615166106
Binary100111011101101110001000111000100110111011010011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,219,136); }

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

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

 a { background-color: rgb(157,219,136); }

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

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

 span { border-color: rgb(157,219,136); }

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