#99D883

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

Shades of Gossip #99D883

Tints of Gossip #99D883

Color information

#99D883 (or 0x99D883) is unknown color: approx Gossip. HEX triplet: 99, D8 and 83. RGB value is (153,216,131). Sum of RGB (Red+Green+Blue) = 153+216+131=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #99D883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D883 is #66277C. Grayscale: #BBBBBB. Windows color (decimal): -6694781 or 8640665. OLE color: 8640665.

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

Color convert

RGB153216131-
CMYK0.2900.390.15
HSL104.47º52.15%68.04%-
HSV(B)104.47º39.35%84.71%-
XYZ41.7957.5230.37-
YUV187.4796.13103.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 216 (84.77% from 255) = 43.2%
BLUE value IS 131 (51.56% from 255) = 26.2%
R=30.6%
G=43.2%
B=26.2%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532161310.2900.390.15104.4752.1568.04
Hex99D8831D027F683444
Octal231330203350471715064104
Binary100110011101100010000011111010100111111111010001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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