Html Css Color HEX #9B987C Grey Olive

📋 copy color: '#9B987C'

red 155 ◦ green 152 ◦ blue 124

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

Shades of Grey Olive #9B987C

Tints of Grey Olive #9B987C

RGB

 RED value IS 155 (60.94% from 255) = 35.96%

 GREEN value IS 152 (59.77% from 255) = 35.27%

 BLUE value IS 124 (48.83% from 255) = 28.77%

R = 35.96%
G = 35.27%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B987C (or 0x9B987C) is known color: Grey Olive. HEX triplet: 9B, 98 and 7C. RGB value is (155,152,124). Sum of RGB (Red+Green+Blue) = 155+152+124=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 155 - color contains mainly: red. Hex color #9B987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B987C is #646783. Grayscale: #959595. Windows color (decimal): -6580100 or 8165531. OLE color: 8165531.

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

Color convert

RGB 155 152 124 -
CMYK 0 0.02 0.2 0.39
HSL 54.19º 0.13% 0.55% -
HSV(B) 54.19º 0.2% 0.61% -
XYZ 28.38 30.88 23.53 -
YUV 149.71 113.49 131.78 -
System Red Green Blue C M Y K H S L
Decimal 155 152 124 0 0.02 0.2 0.39 54.19 0.13 0.55
Hex 9B 98 7C 0 2 14 27 36 D 37
Octal 233 230 174 0 2 24 47 66 15 67
Binary 10011011 10011000 1111100 0 10 10100 100111 110110 1101 110111

Color Harmonies of #9B987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B987C

Black with #9B987C

Text Example


Text Example

White with #9B987C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,152,124); }

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

background-color css

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

 a { background-color: rgb(155,152,124); }

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

border-color css

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

 span { border-color: rgb(155,152,124); }

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