Html Css Color HEX #9A9584 Grey Olive

📋 copy color: '#9A9584'

red 154 ◦ green 149 ◦ blue 132

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

Shades of Grey Olive #9A9584

Tints of Grey Olive #9A9584

RGB

 RED value IS 154 (60.55% from 255) = 35.4%

 GREEN value IS 149 (58.59% from 255) = 34.25%

 BLUE value IS 132 (51.95% from 255) = 30.34%

R = 35.4%
G = 34.25%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#9A9584 (or 0x9A9584) is known color: Grey Olive. HEX triplet: 9A, 95 and 84. RGB value is (154,149,132). Sum of RGB (Red+Green+Blue) = 154+149+132=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9584 is #656A7B. Grayscale: #949494. Windows color (decimal): -6646396 or 8689050. OLE color: 8689050.

HSL color Cylindrical-coordinate representation of color #9A9584: hue angle of 46.36º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9A9584 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 149 132 -
CMYK 0 0.03 0.14 0.40
HSL 46.36º 0.1% 0.56% -
HSV(B) 46.36º 0.14% 0.6% -
XYZ 28.24 30.03 26.14 -
YUV 148.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 154 149 132 0 0.03 0.14 0.40 46.36 0.1 0.56
Hex 9A 95 84 0 3 E 28 2E A 38
Octal 232 225 204 0 3 16 50 56 12 70
Binary 10011010 10010101 10000100 0 11 1110 101000 101110 1010 111000

Color Harmonies of #9A9584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9584

Black with #9A9584

Text Example


Text Example

White with #9A9584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,149,132); }

 H1.HeaderClassName
 {
   color: #9A9584;
 }
 .AnyTagClassName
 {
   color: #9A9584;
 }
</style>

background-color css

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

 a { background-color: rgb(154,149,132); }

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

border-color css

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

 span { border-color: rgb(154,149,132); }

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