Html Css Color HEX #9B9880 Grey Olive

📋 copy color: '#9B9880'

red 155 ◦ green 152 ◦ blue 128

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

Shades of Grey Olive #9B9880

Tints of Grey Olive #9B9880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.43%

R = 35.63%
G = 34.94%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B9880 (or 0x9B9880) is known color: Grey Olive. HEX triplet: 9B, 98 and 80. RGB value is (155,152,128). Sum of RGB (Red+Green+Blue) = 155+152+128=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9880 is #64677F. Grayscale: #969696. Windows color (decimal): -6580096 or 8427675. OLE color: 8427675.

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

Color convert

RGB 155 152 128 -
CMYK 0 0.02 0.17 0.39
HSL 53.33º 0.12% 0.55% -
HSV(B) 53.33º 0.17% 0.61% -
XYZ 28.64 30.98 24.89 -
YUV 150.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 155 152 128 0 0.02 0.17 0.39 53.33 0.12 0.55
Hex 9B 98 80 0 2 11 27 35 C 37
Octal 233 230 200 0 2 21 47 65 14 67
Binary 10011011 10011000 10000000 0 10 10001 100111 110101 1100 110111

Color Harmonies of #9B9880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9880

Black with #9B9880

Text Example


Text Example

White with #9B9880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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