Html Css Color HEX #9B987E Grey Olive

📋 copy color: '#9B987E'

red 155 ◦ green 152 ◦ blue 126

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

Shades of Grey Olive #9B987E

Tints of Grey Olive #9B987E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.1%

R = 35.8%
G = 35.1%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B987E (or 0x9B987E) is known color: Grey Olive. HEX triplet: 9B, 98 and 7E. RGB value is (155,152,126). Sum of RGB (Red+Green+Blue) = 155+152+126=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 155 - color contains mainly: red. Hex color #9B987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B987E is #646781. Grayscale: #969696. Windows color (decimal): -6580098 or 8296603. OLE color: 8296603.

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

Color convert

RGB 155 152 126 -
CMYK 0 0.02 0.19 0.39
HSL 53.79º 0.13% 0.55% -
HSV(B) 53.79º 0.19% 0.61% -
XYZ 28.51 30.93 24.21 -
YUV 149.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 155 152 126 0 0.02 0.19 0.39 53.79 0.13 0.55
Hex 9B 98 7E 0 2 13 27 36 D 37
Octal 233 230 176 0 2 23 47 66 15 67
Binary 10011011 10011000 1111110 0 10 10011 100111 110110 1101 110111

Color Harmonies of #9B987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B987E

Black with #9B987E

Text Example


Text Example

White with #9B987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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