#99d67c

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

Shades of Gossip #99D67C

Tints of Gossip #99D67C

Color information

#99D67C (or 0x99D67C) is unknown color: approx Gossip. HEX triplet: 99, D6 and 7C. RGB value is (153,214,124). Sum of RGB (Red+Green+Blue) = 153+214+124=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #99D67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D67C is #662983. Grayscale: #B9B9B9. Windows color (decimal): -6695300 or 8181401. OLE color: 8181401.

HSL color Cylindrical-coordinate representation of color #99D67C: hue angle of 100.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99D67C is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB153214124-
CMYK0.2900.420.16
HSL100.67º52.33%66.27%-
HSV(B)100.67º42.06%83.92%-
XYZ40.8256.3227.79-
YUV185.593.29104.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.16%
GREEN value IS 214 (83.98% from 255) = 43.58%
BLUE value IS 124 (48.83% from 255) = 25.25%
R=31.16%
G=43.58%
B=25.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532141240.2900.420.16100.6752.3366.27
Hex99D67C1D02A10653442
Octal231326174350522014564102
Binary100110011101011011111001110101010101000011001011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99d67c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,214,124); }

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

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

 a { background-color: rgb(153,214,124); }

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

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

 span { border-color: rgb(153,214,124); }

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