#99D886

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

Shades of Gossip #99D886

Tints of Gossip #99D886

Color information

#99D886 (or 0x99D886) is unknown color: approx Gossip. HEX triplet: 99, D8 and 86. RGB value is (153,216,134). Sum of RGB (Red+Green+Blue) = 153+216+134=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #99D886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D886 is #662779. Grayscale: #BCBCBC. Windows color (decimal): -6694778 or 8837273. OLE color: 8837273.

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

Color convert

RGB153216134-
CMYK0.2900.380.15
HSL106.1º51.25%68.63%-
HSV(B)106.1º37.96%84.71%-
XYZ4257.6131.46-
YUV187.8297.63103.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.42%
GREEN value IS 216 (84.77% from 255) = 42.94%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=30.42%
G=42.94%
B=26.64%

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
Decimal1532161340.2900.380.15106.151.2568.63
Hex99D8861D026F6a3345
Octal231330206350461715263105
Binary100110011101100010000110111010100110111111010101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,216,134); }

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

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

 a { background-color: rgb(153,216,134); }

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

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

 span { border-color: rgb(153,216,134); }

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