Html Css Color HEX #9C9984 Grey Olive

📋 copy color: '#9C9984'

red 156 ◦ green 153 ◦ blue 132

#9C9984
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Olive #9C9984

Tints of Grey Olive #9C9984

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 value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9C9984 (or 0x9C9984) is known color: 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

RGB 156 153 132 -
CMYK 0 0.02 0.15 0.39
HSL 52.5º 0.11% 0.56% -
HSV(B) 52.5º 0.15% 0.61% -
XYZ 29.27 31.52 26.37 -
YUV 151.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 156 153 132 0 0.02 0.15 0.39 52.5 0.11 0.56
Hex 9C 99 84 0 2 F 27 34 B 38
Octal 234 231 204 0 2 17 47 64 13 70
Binary 10011100 10011001 10000100 0 10 1111 100111 110100 1011 111000

Color Harmonies of #9C9984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9984

Black with #9C9984

Text Example


Text Example

White with #9C9984

Text Example


Text Example

HTML Codes & Css Web 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>