#9BADAD

Color #9BADAD Hit Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Grey #9BADAD

Tints of Hit Grey #9BADAD

Color information

#9BADAD (or 0x9BADAD) is unknown color: approx Hit Grey. HEX triplet: 9B, AD and AD. RGB value is (155,173,173). Sum of RGB (Red+Green+Blue) = 155+173+173=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #9BADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BADAD is #645252. Grayscale: #A7A7A7. Windows color (decimal): -6574675 or 11382171. OLE color: 11382171.

HSL color Cylindrical-coordinate representation of color #9BADAD: hue angle of 180º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9BADAD is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB155173173-
CMYK0.10000.32
HSL180º9.89%64.31%-
HSV(B)180º10.4%67.84%-
XYZ3639.8745.33-
YUV167.62131.04119-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.94%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=30.94%
G=34.53%
B=34.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551731730.10000.321809.8964.31
Hex9BADADA0020b4a40
Octal23325525512004026412100
Binary1001101110101101101011011010001000001011010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,173,173); }

 H1.HeaderClassName
 {
   color: #9BADAD;
 }
 .AnyTagClassName
 {
   color: #9BADAD;
 }
</style>
background-color css

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

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

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

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

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

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