#9C9985

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

Shades of Grey Olive #9C9985

Tints of Grey Olive #9C9985

Color information

#9C9985 (or 0x9C9985) is unknown color: approx Grey Olive. HEX triplet: 9C, 99 and 85. RGB value is (156,153,133). Sum of RGB (Red+Green+Blue) = 156+153+133=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9985 is #63667A. Grayscale: #979797. Windows color (decimal): -6514299 or 8755612. OLE color: 8755612.

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

Color convert

RGB156153133-
CMYK00.020.150.39
HSL52.17º10.41%56.67%-
HSV(B)52.17º14.74%61.18%-
XYZ29.3431.5426.73-
YUV151.62117.49131.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.29%
GREEN value IS 153 (60.16% from 255) = 34.62%
BLUE value IS 133 (52.34% from 255) = 30.09%
R=35.29%
G=34.62%
B=30.09%

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
Decimal15615313300.020.150.3952.1710.4156.67
Hex9C998502F2734a39
Octal234231205021747641271
Binary10011100100110011000010101011111001111101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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