#99CC86

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

Shades of Gossip #99CC86

Tints of Gossip #99CC86

Color information

#99CC86 (or 0x99CC86) is unknown color: approx Gossip. HEX triplet: 99, CC and 86. RGB value is (153,204,134). Sum of RGB (Red+Green+Blue) = 153+204+134=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CC86 is #663379. Grayscale: #B5B5B5. Windows color (decimal): -6697850 or 8834201. OLE color: 8834201.

HSL color Cylindrical-coordinate representation of color #99CC86: hue angle of 103.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99CC86 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB153204134-
CMYK0.2500.340.2
HSL103.71º40.7%66.27%-
HSV(B)103.71º34.31%80%-
XYZ39.0351.6830.47-
YUV180.77101.6108.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.16%
GREEN value IS 204 (80.08% from 255) = 41.55%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=31.16%
G=41.55%
B=27.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1532041340.2500.340.2103.7140.766.27
Hex99CC861902214682942
Octal231314206310422415051102
Binary1001100111001100100001101100101000101010011010001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,204,134); }

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

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

 a { background-color: rgb(153,204,134); }

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

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

 span { border-color: rgb(153,204,134); }

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