#99DA88

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

Shades of Gossip #99DA88

Tints of Gossip #99DA88

Color information

#99DA88 (or 0x99DA88) is unknown color: approx Gossip. HEX triplet: 99, DA and 88. RGB value is (153,218,136). Sum of RGB (Red+Green+Blue) = 153+218+136=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DA88 is #662577. Grayscale: #BDBDBD. Windows color (decimal): -6694264 or 8968857. OLE color: 8968857.

HSL color Cylindrical-coordinate representation of color #99DA88: hue angle of 107.56º 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 #99DA88 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB153218136-
CMYK0.3000.380.15
HSL107.56º52.56%69.41%-
HSV(B)107.56º37.61%85.49%-
XYZ42.6558.6932.37-
YUV189.2297.97102.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.18%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=30.18%
G=43.00%
B=26.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532181360.3000.380.15107.5652.5669.41
Hex99DA881E026F6c3545
Octal231332210360461715465105
Binary100110011101101010001000111100100110111111011001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DA88; }

 p { color: rgb(153,218,136); }

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

<style>
 a { background-color: #99DA88; }

 a { background-color: rgb(153,218,136); }

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

<style>
 span { border-color: #99DA88; }

 span { border-color: rgb(153,218,136); }

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