#99C685

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

Shades of Gossip #99C685

Tints of Gossip #99C685

Color information

#99C685 (or 0x99C685) is unknown color: approx Gossip. HEX triplet: 99, C6 and 85. RGB value is (153,198,133). Sum of RGB (Red+Green+Blue) = 153+198+133=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #99C685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C685 is #66397A. Grayscale: #B1B1B1. Windows color (decimal): -6699387 or 8767129. OLE color: 8767129.

HSL color Cylindrical-coordinate representation of color #99C685: hue angle of 101.54º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99C685 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB153198133-
CMYK0.2300.330.22
HSL101.54º36.31%64.9%-
HSV(B)101.54º32.83%77.65%-
XYZ37.5648.8529.64-
YUV177.14103.09110.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.61%
GREEN value IS 198 (77.73% from 255) = 40.91%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=31.61%
G=40.91%
B=27.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1531981330.2300.330.22101.5436.3164.9
Hex99C6851702116662441
Octal231306205270412614644101
Binary1001100111000110100001011011101000011011011001101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,198,133); }

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

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

 a { background-color: rgb(153,198,133); }

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

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

 span { border-color: rgb(153,198,133); }

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