#99c37f

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

Shades of Gossip #99C37F

Tints of Gossip #99C37F

Color information

#99C37F (or 0x99C37F) is unknown color: approx Gossip. HEX triplet: 99, C3 and 7F. RGB value is (153,195,127). Sum of RGB (Red+Green+Blue) = 153+195+127=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #99C37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C37F is #663C80. Grayscale: #AEAEAE. Windows color (decimal): -6700161 or 8373145. OLE color: 8373145.

HSL color Cylindrical-coordinate representation of color #99C37F: hue angle of 97.06º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99C37F is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB153195127-
CMYK0.2200.350.24
HSL97.06º36.17%63.14%-
HSV(B)97.06º34.87%76.47%-
XYZ36.4847.3327.29-
YUV174.69101.09112.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.21%
GREEN value IS 195 (76.56% from 255) = 41.05%
BLUE value IS 127 (50% from 255) = 26.74%
R=32.21%
G=41.05%
B=26.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531951270.2200.350.2497.0636.1763.14
Hex99C37F160231861243f
Octal23130317726043301414477
Binary10011001110000111111111101100100011110001100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99c37f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,195,127); }

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

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

 a { background-color: rgb(153,195,127); }

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

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

 span { border-color: rgb(153,195,127); }

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