Html Css Color HEX #9B9588 Nomad

📋 copy color: '#9B9588'

red 155 ◦ green 149 ◦ blue 136

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

Shades of Nomad #9B9588

Tints of Nomad #9B9588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.91%

R = 35.23%
G = 33.86%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B9588 (or 0x9B9588) is known color: Nomad. HEX triplet: 9B, 95 and 88. RGB value is (155,149,136). Sum of RGB (Red+Green+Blue) = 155+149+136=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9588 is #646A77. Grayscale: #959595. Windows color (decimal): -6580856 or 8951195. OLE color: 8951195.

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

Color convert

RGB 155 149 136 -
CMYK 0 0.04 0.12 0.39
HSL 41.05º 0.09% 0.57% -
HSV(B) 41.05º 0.12% 0.61% -
XYZ 28.71 30.24 27.62 -
YUV 149.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 155 149 136 0 0.04 0.12 0.39 41.05 0.09 0.57
Hex 9B 95 88 0 4 C 27 29 9 39
Octal 233 225 210 0 4 14 47 51 11 71
Binary 10011011 10010101 10001000 0 100 1100 100111 101001 1001 111001

Color Harmonies of #9B9588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9588

Black with #9B9588

Text Example


Text Example

White with #9B9588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,149,136); }

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

background-color css

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

 a { background-color: rgb(155,149,136); }

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

border-color css

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

 span { border-color: rgb(155,149,136); }

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