#9C9984

Color #9C9984 Grey Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Olive #9C9984

Tints of Grey Olive #9C9984

Color information

#9C9984 (or 0x9C9984) is unknown color: approx Grey Olive. HEX triplet: 9C, 99 and 84. RGB value is (156,153,132). Sum of RGB (Red+Green+Blue) = 156+153+132=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9984 is #63667B. Grayscale: #979797. Windows color (decimal): -6514300 or 8690076. OLE color: 8690076.

HSL color Cylindrical-coordinate representation of color #9C9984: hue angle of 52.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9C9984 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB156153132-
CMYK00.020.150.39
HSL52.5º10.81%56.47%-
HSV(B)52.5º15.38%61.18%-
XYZ29.2731.5226.37-
YUV151.5116.99131.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.37%
GREEN value IS 153 (60.16% from 255) = 34.69%
BLUE value IS 132 (51.95% from 255) = 29.93%
R=35.37%
G=34.69%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615313200.020.150.3952.510.8156.47
Hex9C998402F2735b38
Octal234231204021747651370
Binary10011100100110011000010001011111001111101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C9984; }

 p { color: rgb(156,153,132); }

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

<style>
 a { background-color: #9C9984; }

 a { background-color: rgb(156,153,132); }

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

<style>
 span { border-color: #9C9984; }

 span { border-color: rgb(156,153,132); }

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