#99DC6D

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

Shades of Gossip #99DC6D

Tints of Gossip #99DC6D

Color information

#99DC6D (or 0x99DC6D) is unknown color: approx Gossip. HEX triplet: 99, DC and 6D. RGB value is (153,220,109). Sum of RGB (Red+Green+Blue) = 153+220+109=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DC6D is #662392. Grayscale: #BBBBBB. Windows color (decimal): -6693779 or 7199897. OLE color: 7199897.

HSL color Cylindrical-coordinate representation of color #99DC6D: hue angle of 96.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99DC6D is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB153220109-
CMYK0.3000.500.14
HSL96.22º61.33%64.51%-
HSV(B)96.22º50.45%86.27%-
XYZ41.4959.0623.68-
YUV187.3183.8103.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.74%
GREEN value IS 220 (86.33% from 255) = 45.64%
BLUE value IS 109 (42.97% from 255) = 22.61%
R=31.74%
G=45.64%
B=22.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532201090.3000.500.1496.2261.3364.51
Hex99DC6D1E032E603d41
Octal231334155360621614075101
Binary10011001110111001101101111100110010111011000001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,220,109); }

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

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

 a { background-color: rgb(153,220,109); }

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

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

 span { border-color: rgb(153,220,109); }

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