#99D86A

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

Shades of Gossip #99D86A

Tints of Gossip #99D86A

Color information

#99D86A (or 0x99D86A) is unknown color: approx Gossip. HEX triplet: 99, D8 and 6A. RGB value is (153,216,106). Sum of RGB (Red+Green+Blue) = 153+216+106=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #99D86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D86A is #662795. Grayscale: #B9B9B9. Windows color (decimal): -6694806 or 7002265. OLE color: 7002265.

HSL color Cylindrical-coordinate representation of color #99D86A: hue angle of 94.36º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99D86A is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB153216106-
CMYK0.2900.510.15
HSL94.36º58.51%63.14%-
HSV(B)94.36º50.93%84.71%-
XYZ40.2956.9222.5-
YUV184.6283.63105.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.21%
GREEN value IS 216 (84.77% from 255) = 45.47%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=32.21%
G=45.47%
B=22.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532161060.2900.510.1594.3658.5163.14
Hex99D86A1D033F5e3b3f
Octal23133015235063171367377
Binary1001100111011000110101011101011001111111011110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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