#9CABAB

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

Shades of Hit Grey #9CABAB

Tints of Hit Grey #9CABAB

Color information

#9CABAB (or 0x9CABAB) is unknown color: approx Hit Grey. HEX triplet: 9C, AB and AB. RGB value is (156,171,171). Sum of RGB (Red+Green+Blue) = 156+171+171=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #9CABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CABAB is #635454. Grayscale: #A6A6A6. Windows color (decimal): -6509653 or 11250588. OLE color: 11250588.

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

Color convert

RGB156171171-
CMYK0.09000.33
HSL180º8.2%64.12%-
HSV(B)180º8.77%67.06%-
XYZ35.6239.1344.2-
YUV166.52130.53120.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.33%
GREEN value IS 171 (67.19% from 255) = 34.34%
BLUE value IS 171 (67.19% from 255) = 34.34%
R=31.33%
G=34.34%
B=34.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561711710.09000.331808.264.12
Hex9CABAB90021b4840
Octal23425325311004126410100
Binary1001110010101011101010111001001000011011010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,171,171); }

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

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

 a { background-color: rgb(156,171,171); }

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

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

 span { border-color: rgb(156,171,171); }

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