Html Css Color HEX #9B9E96 Delta

📋 copy color: '#9B9E96'

red 155 ◦ green 158 ◦ blue 150

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

Shades of Delta #9B9E96

Tints of Delta #9B9E96

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.13%

 BLUE value IS 150 (58.98% from 255) = 32.4%

R = 33.48%
G = 34.13%
B = 32.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9B9E96 (or 0x9B9E96) is known color: Delta. HEX triplet: 9B, 9E and 96. RGB value is (155,158,150). Sum of RGB (Red+Green+Blue) = 155+158+150=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 158 - color contains mainly: green. Hex color #9B9E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9E96 is #646169. Grayscale: #9C9C9C. Windows color (decimal): -6578538 or 9871003. OLE color: 9871003.

HSL color Cylindrical-coordinate representation of color #9B9E96: hue angle of 82.5º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9B9E96 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 158 150 -
CMYK 0.02 0 0.05 0.38
HSL 82.5º 0.04% 0.6% -
HSV(B) 82.5º 0.05% 0.62% -
XYZ 31.25 33.62 33.7 -
YUV 156.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 155 158 150 0.02 0 0.05 0.38 82.5 0.04 0.6
Hex 9B 9E 96 2 0 5 26 52 4 3C
Octal 233 236 226 2 0 5 46 122 4 74
Binary 10011011 10011110 10010110 10 0 101 100110 1010010 100 111100

Color Harmonies of #9B9E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9E96

Black with #9B9E96

Text Example


Text Example

White with #9B9E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,158,150); }

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

background-color css

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

 a { background-color: rgb(155,158,150); }

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

border-color css

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

 span { border-color: rgb(155,158,150); }

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