Html Css Color HEX #9B9E94 Delta

📋 copy color: '#9B9E94'

red 155 ◦ green 158 ◦ blue 148

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

Shades of Delta #9B9E94

Tints of Delta #9B9E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.1%

R = 33.62%
G = 34.27%
B = 32.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9B9E94 (or 0x9B9E94) is known color: Delta. HEX triplet: 9B, 9E and 94. RGB value is (155,158,148). Sum of RGB (Red+Green+Blue) = 155+158+148=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 158 - color contains mainly: green. Hex color #9B9E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9E94 is #64616B. Grayscale: #9C9C9C. Windows color (decimal): -6578540 or 9739931. OLE color: 9739931.

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

Color convert

RGB 155 158 148 -
CMYK 0.02 0 0.06 0.38
HSL 78º 0.05% 0.6% -
HSV(B) 78º 0.06% 0.62% -
XYZ 31.09 33.56 32.86 -
YUV 155.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 155 158 148 0.02 0 0.06 0.38 78 0.05 0.6
Hex 9B 9E 94 2 0 6 26 4E 5 3C
Octal 233 236 224 2 0 6 46 116 5 74
Binary 10011011 10011110 10010100 10 0 110 100110 1001110 101 111100

Color Harmonies of #9B9E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9E94

Black with #9B9E94

Text Example


Text Example

White with #9B9E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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